diff options
author | June McEnroe <june@causal.agency> | 2021-02-07 16:28:48 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-07 16:32:14 -0500 |
commit | 8ba3e92fc79476559bd09e44477140bb5559112b (patch) | |
tree | 0a92626eb96964584e5bfc717cd721c66343626c /home | |
parent | Fully configure and rebind cwm (diff) | |
download | src-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/resources | 2 | ||||
-rw-r--r-- | home/.config/cwm/cwmrc | 2 |
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" |