diff options
author | Alan Pearce | 2019-09-16 16:49:10 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-16 16:49:10 +0200 |
commit | a747a736463f138b9ba31a249880af8f36c7cea2 (patch) | |
tree | 37be2e4e6a154683472f4778031ca71fe872ed14 /xresources/.xresources/main | |
parent | 153cca757bf3e312061bee87bcd3b43ed32eceaf (diff) | |
download | dotfiles-a747a736463f138b9ba31a249880af8f36c7cea2.tar.lz dotfiles-a747a736463f138b9ba31a249880af8f36c7cea2.tar.zst dotfiles-a747a736463f138b9ba31a249880af8f36c7cea2.zip |
xresources: normalise font configuration
Diffstat (limited to 'xresources/.xresources/main')
-rw-r--r-- | xresources/.xresources/main | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main index 9ded77a..e6ed2aa 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -1,5 +1,7 @@ #include "base16-tomorrow" +*.font: -xos4-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-* + Xcursor.theme: Bibata Oil Xcursor.size: 16 @@ -7,7 +9,6 @@ Emacs.ToolBar: off Emacs.MenuBar: off Emacs.ScrollBars: off Emacs.CursorBlink: off -Emacs.font: IBM Plex Mono 8 rofi.font: Monospace Bold 14 @@ -23,7 +24,6 @@ URxvt.scrollTtyKeypress: true URxvt.saveLines: 16384 URxvt.secondaryScroll: false -URxvt.font: -xos4-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-* URxvt.boldFont: -xos4-terminus-bold-r-*-*-12-*-*-*-*-*-iso10646-* URxvt.intensityStyles: true |