summaryrefslogtreecommitdiff
path: root/wm/dwm-6.4
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-03-13 23:32:22 +0000
committerstkhan <personal@slickd.xyz>2023-03-13 23:32:22 +0000
commit8b9c186cd60a8c144f2d04d06361e1a46188bc14 (patch)
treeeda66fe8aeed45091f2a766a1cccc2b08a9b4486 /wm/dwm-6.4
parent23183b936a4e3e3147bd6e49949469251fc089e2 (diff)
Revert keybinding change (kernel update?)
Diffstat (limited to 'wm/dwm-6.4')
-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} }, \