diff options
author | June McEnroe <june@causal.agency> | 2021-02-14 16:29:40 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-14 16:29:40 -0500 |
commit | 94581812d0f4419b36642c3c7b7b53753eec29d3 (patch) | |
tree | 30c2e17adb451e9207bf1b5ec1a1d77c20a797fc /home/.config/cwm/cwmrc | |
parent | Add install targets to bin (diff) | |
download | src-94581812d0f4419b36642c3c7b7b53753eec29d3.tar.gz src-94581812d0f4419b36642c3c7b7b53753eec29d3.zip |
Set font size back down to 11
I don't know. 11 is definitely big enough, there's something else. Perhaps just how macOS renders everything with a slightly heavier stroke.
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 c7ab18fb..da2ec7ab 100644 --- a/home/.config/cwm/cwmrc +++ b/home/.config/cwm/cwmrc @@ -68,7 +68,7 @@ unbind-mouse all bind-mouse 4-1 window-move bind-mouse 4S-1 window-resize -fontname "Luxi Mono:size=12" +fontname "Luxi Mono:size=11" borderwidth 2 color inactiveborder rgb:4C/46/35 color activeborder rgb:99/8D/6B |