summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-26 11:05:02 +0100
committeruint23 <[email protected]>2025-04-26 11:05:02 +0100
commit6216b7f0ed5d83ed7c6400a9a14c1bb0f70c4321 (patch)
tree62411b7fc5dca4e890fe68396f921a29ff223036 /src/config.h
parentdf7b1650605d302e6bde0a36e446878fac974781 (diff)
xinerama cleanup
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
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[] =