This commit is contained in:
Luke Smith 2020-11-14 15:21:13 -05:00
parent e29effe9c3
commit 985da61d2f
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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>