From 691833dcc0e68729a63e28acd20e61f39f6407c0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 2 Oct 2017 12:38:52 +0200 Subject: Make fonts the right size across autorandr profiles --- autorandr/.config/autorandr/postswitch | 2 +- xresources/.xresources/main | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index 76b3119..08ce067 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -2,7 +2,7 @@ DPI=96 case $AUTORANDR_CURRENT_PROFILE in ("laptop") - DPI=157 + DPI=144 nmcli radio wifi on ;; ("docked") diff --git a/xresources/.xresources/main b/xresources/.xresources/main index 821392d..ae64641 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -22,17 +22,17 @@ URxvt.scrollTtyKeypress: true URxvt.saveLines: 16384 URxvt.secondaryScroll: false -URxvt.font: xft:monospace:size=10 -URxvt.boldFont: xft:monospace:bold:size=10 +URxvt.font: xft:monospace:size=11 +URxvt.boldFont: xft:monospace:bold:size=11 URxvt.intensityStyles: true URxvt.pointerBlank: true URxvt.pointerBlankDelay: 987654321 URxvt.letterSpace: 0 -Emacs.Font: monospace-10 -Emacs.fixed-pitch.attributeFont: monospace-10 -Emacs.variable-pitch.attributeFont: sans-10 +Emacs.Font: monospace-11 +Emacs.fixed-pitch.attributeFont: monospace-11 +Emacs.variable-pitch.attributeFont: sans-11 ! Local Variables: ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name)) -- cgit 1.4.1