summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-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>