diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index 6437468..26df25e 100644 --- a/src/config.h +++ b/src/config.h @@ -55,8 +55,6 @@ * ———————————————————————————————————————————* */ -#define XINERAMA_SUPPORT 0 - #define GAPS 10 #define BORDER_WIDTH 1 @@ -161,7 +159,7 @@ CMD(browser, "firefox"); */ /*< This is your modifier key (ALT/SUPER) >*/ -#define MOD ALT +#define MOD SUPER #include <X11/keysym.h> const Binding binds[] = |