summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-11-14 15:21:13 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-11-14 15:21:13 -0500
commit985da61d2f03bb06542e30b0d269cc82657594e9 (patch)
treef30861c5b11746c6b65b5dd93359438784e6c153
parente29effe9c39f9ad02be23861f8501c2c29a34ad5 (diff)
dumb fix
-rw-r--r--config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.h b/config.h
index 863454d..f9db642 100644
--- a/config.h
+++ b/config.h
@@ -119,12 +119,12 @@ ResourcePref resources[] = {
{ "nmaster", INTEGER, &nmaster },
{ "resizehints", INTEGER, &resizehints },
{ "mfact", FLOAT, &mfact },
- { "gappih", STRING, &gappih },
- { "gappiv", STRING, &gappiv },
- { "gappoh", STRING, &gappoh },
- { "gappov", STRING, &gappov },
- { "swallowfloating", STRING, &swallowfloating },
- { "smartgaps", STRING, &smartgaps },
+ { "gappih", INTEGER, &gappih },
+ { "gappiv", INTEGER, &gappiv },
+ { "gappoh", INTEGER, &gappoh },
+ { "gappov", INTEGER, &gappov },
+ { "swallowfloating", INTEGER, &swallowfloating },
+ { "smartgaps", INTEGER, &smartgaps },
};
#include <X11/XF86keysym.h>