diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-04-14 20:51:11 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-14 20:51:11 -0400 |
commit | dc2cfafa7e9c1c5789909db27ae78ea2cb3e4c99 (patch) | |
tree | 08a1908a197f044b81724524d7052c0ebc3c4129 /config.h | |
parent | 3e587d111d3728daa731dd51b86c2b1e2ba34ba2 (diff) | |
parent | 73463070d76c4c4cf37cdd77898c6ec5407985dd (diff) |
Merge branch 'kronikpillow-master'
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ static const unsigned int gappih = 20; /* horiz inner gap between windo static const unsigned int gappiv = 10; /* vert inner gap between windows */ static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */ static const unsigned int gappov = 30; /* vert outer gap between windows and screen edge */ -static int smartgaps = 0; /* 1 means no outer gap when there is only one window */ +static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; |