dumb fix
This commit is contained in:
parent
e29effe9c3
commit
985da61d2f
1 changed files with 6 additions and 6 deletions
12
config.h
12
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>
|
||||
|
|
Loading…
Reference in a new issue