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/.config/cwm/cwmrc | |
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 '')
-rw-r--r-- | home/.config/cwm/cwmrc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |