summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-07 16:28:48 -0500
committerJune McEnroe <june@causal.agency>2021-02-07 16:32:14 -0500
commitf4f7579347729f2ea19a92626bd9141cda4a50d0 (patch)
treec451f015da2012ec11b750a5131545e80e77bc18 /home
parentFully configure and rebind cwm (diff)
downloadsrc-f4f7579347729f2ea19a92626bd9141cda4a50d0.tar.gz
src-f4f7579347729f2ea19a92626bd9141cda4a50d0.zip
Bump font size to 12
11 is what I use on macOS, but I feel like my eyes are working
harder here.
Diffstat (limited to 'home')
-rw-r--r--home/.config/X/resources2
-rw-r--r--home/.config/cwm/cwmrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources
index 4d15dec9..fc744aed 100644
--- a/home/.config/X/resources
+++ b/home/.config/X/resources
@@ -4,7 +4,7 @@ XTerm*utf8: true
 XTerm*metaSendsEscape: true
 XTerm*alternateScroll: true
 
-XTerm*faceName: Luxi Mono:size=11:antialias=true:hinting=false
+XTerm*faceName: Luxi Mono:size=12:antialias=true:hinting=false
 XTerm*colorBDMode: true
 XTerm*scrollBar: false
 XTerm*pointerMode: 2
diff --git a/home/.config/cwm/cwmrc b/home/.config/cwm/cwmrc
index 1aeb4fa4..c439f000 100644
--- a/home/.config/cwm/cwmrc
+++ b/home/.config/cwm/cwmrc
@@ -60,4 +60,4 @@ unbind-mouse all
 bind-mouse 4-1 window-move
 bind-mouse 4S-1 window-resize
 
-fontname "Luxi Mono:size=11:antialias=true:hinting=false"
+fontname "Luxi Mono:size=12:antialias=true:hinting=false"