summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-02-02 23:00:20 -0600
committerstkhan <personal@slickd.xyz>2023-02-02 23:00:20 -0600
commit51fe15c51512acdb66343673f3f02b9b119cc22a (patch)
tree9b36b7239ae0739dddeb2e3d3b8d22bd14059687
parentf867cb4ec650554691acefe9f30ab7e9e9ab52df (diff)
Add windows button definition
-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} }, \