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
commit8ba3e92fc79476559bd09e44477140bb5559112b (patch)
tree0a92626eb96964584e5bfc717cd721c66343626c /home
parentFully configure and rebind cwm (diff)
downloadsrc-8ba3e92fc79476559bd09e44477140bb5559112b.tar.gz
src-8ba3e92fc79476559bd09e44477140bb5559112b.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"