summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wm/dwm-6.4/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/dwm-6.4/config.h b/wm/dwm-6.4/config.h
index 1564362..5481622 100644
--- a/wm/dwm-6.4/config.h
+++ b/wm/dwm-6.4/config.h
@@ -80,8 +80,8 @@ static const Layout layouts[] = {
};
/* key definitions */
-#define MODKEY Mod1Mask
-#define WINKEY Mod4Mask
+#define MODKEY Mod4Mask
+#define WINKEY Mod1Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \