summary refs log tree commit diff stats
path: root/xresources
diff options
context:
space:
mode:
authorAlan Pearce2018-05-20 16:57:48 +0200
committerAlan Pearce2018-05-20 16:57:48 +0200
commit9bb3c9394abc62ab47853fcb60c99c4e9165aee9 (patch)
tree38b136d366c9bf5c05b2f2cae496265e524af28e /xresources
parentf9f06adb014cb95e08c8a600c178e9f5a81c6d10 (diff)
downloaddotfiles-9bb3c9394abc62ab47853fcb60c99c4e9165aee9.tar.lz
dotfiles-9bb3c9394abc62ab47853fcb60c99c4e9165aee9.tar.zst
dotfiles-9bb3c9394abc62ab47853fcb60c99c4e9165aee9.zip
Update font configuration
Diffstat (limited to 'xresources')
-rw-r--r--xresources/.xresources/main6
1 files changed, 1 insertions, 5 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main
index 4b1cbe1..455a0ee 100644
--- a/xresources/.xresources/main
+++ b/xresources/.xresources/main
@@ -8,7 +8,7 @@ Emacs.MenuBar:            off
 Emacs.ScrollBars:         off
 Emacs.CursorBlink:        off
 
-rofi.font:                Terminus Bold 14
+rofi.font:                Monospace Bold 14
 
 URxvt.fading:             0
 URxvt.geometry:           100x40
@@ -31,10 +31,6 @@ URxvt.pointerBlankDelay:  987654321
 URxvt.letterSpace:        0
 URxvt.lineSpace:          2
 
-Emacs.Font:                         -xos4-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*
-Emacs.fixed-pitch.attributeFont:    -xos4-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*
-Emacs.variable-pitch.attributeFont: sans-10
-
 ! Local Variables:
 ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name))
 ! End: