diff options
author | Alan Pearce | 2017-11-24 20:53:07 +0100 |
---|---|---|
committer | Alan Pearce | 2017-11-24 20:54:40 +0100 |
commit | 1ab37d2c9820d82d21b8b447b90beae665f145d4 (patch) | |
tree | 86305004a50ebb9eabe186981790f788a82b29f3 /xresources/.xresources/main | |
parent | d4a5a7ad7aa8db917e73d5df4488a30203154c84 (diff) | |
download | dotfiles-1ab37d2c9820d82d21b8b447b90beae665f145d4.tar.lz dotfiles-1ab37d2c9820d82d21b8b447b90beae665f145d4.tar.zst dotfiles-1ab37d2c9820d82d21b8b447b90beae665f145d4.zip |
Xresources: Make fonts smaller
They seem the same size on both laptops. Therefore, if this setup doesn't work on my docked setup, I'll have to change the DPI of those screens
Diffstat (limited to 'xresources/.xresources/main')
-rw-r--r-- | xresources/.xresources/main | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main index ae64641..821392d 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=11 -URxvt.boldFont: xft:monospace:bold:size=11 +URxvt.font: xft:monospace:size=10 +URxvt.boldFont: xft:monospace:bold:size=10 URxvt.intensityStyles: true URxvt.pointerBlank: true URxvt.pointerBlankDelay: 987654321 URxvt.letterSpace: 0 -Emacs.Font: monospace-11 -Emacs.fixed-pitch.attributeFont: monospace-11 -Emacs.variable-pitch.attributeFont: sans-11 +Emacs.Font: monospace-10 +Emacs.fixed-pitch.attributeFont: monospace-10 +Emacs.variable-pitch.attributeFont: sans-10 ! Local Variables: ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name)) |