summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
Diffstat (limited to 'wm')
-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 5481622..1564362 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 Mod4Mask
-#define WINKEY Mod1Mask
+#define MODKEY Mod1Mask
+#define WINKEY Mod4Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \