summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-10-21 23:21:58 +0200
committermakefu <github@syntax-fehler.de>2018-10-21 23:21:58 +0200
commitf1bd2ce84d820d0b35c56245d820beffd7d2eb5b (patch)
tree755fc1276fafc2a4085609e6fefabd29f4965aef
parent90da0939308ac0b7e3d73370ee6c12b5901990b7 (diff)
ma gui: do not use antialiased fonts
-rw-r--r--makefu/2configs/gui/base.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/gui/base.nix b/makefu/2configs/gui/base.nix
index 861a9327e..6bcd09826 100644
--- a/makefu/2configs/gui/base.nix
+++ b/makefu/2configs/gui/base.nix
@@ -66,7 +66,7 @@ in
cat |derp <<EOF
XTerm*background: black
XTerm*foreground: white
- XTerm*FaceName : xft:xos4 Terminus:pixelsize=11
+ XTerm*FaceName : xft:Terminus:pixelsize=12
URxvt*termName: rxvt
URxvt*saveLines: 10000
@@ -78,7 +78,7 @@ in
URxvt.background: black
URxvt.urgentOnBell: true
URxvt.visualBell: false
- URxvt.font : xft:xos4 Terminus:size=11
+ URxvt.font : xft:Terminus:size=12
! blue