diff options
author | KronikPillow <kronikpillow@gmail.com> | 2020-04-14 13:11:34 +0200 |
---|---|---|
committer | KronikPillow <kronikpillow@gmail.com> | 2020-04-14 13:11:34 +0200 |
commit | 707881dd36aa6856c8eaaa81f90c0338289b9c91 (patch) | |
tree | b46fe18fcaf31f236878ab818c73fec85a4c5de8 /config.h | |
parent | ad82ceb532c27c7d8c63d6d2efcf2381ed74c853 (diff) |
updated vanitygaps with latest fixes from original author
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" }; |