summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wm/dwm-6.3/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wm/dwm-6.3/config.h b/wm/dwm-6.3/config.h
index 74b6814..d53f32f 100644
--- a/wm/dwm-6.3/config.h
+++ b/wm/dwm-6.3/config.h
@@ -91,6 +91,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont,
static const char *termcmd[] = { "st", NULL };
/* key definitions */
#define MODKEY Mod1Mask
+#define WINKEY Mod4Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \