summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMikkel Thestrup <mikkel@mithe.dk>2026-01-22 17:37:11 +0100
committerMikkel Thestrup <mikkel@mithe.dk>2026-01-22 17:37:11 +0100
commit5725b4534a45e105f6066d18f8a59f5c01add1ce (patch)
tree5e88e6cd7084fe494a59ebe7527a5abf3e04f6d6 /config.def.h
parent8679efff5e8967bd4118174c56685a859405c119 (diff)
downloaddwm-5725b4534a45e105f6066d18f8a59f5c01add1ce.tar.gz
dwm-5725b4534a45e105f6066d18f8a59f5c01add1ce.zip
Added zoom, wallpapper picker and removed view
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 99401e4..51beea8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -60,6 +60,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", normbgco
static const char *termcmd[] = { "st", NULL };
static const char *browsercmd[] = { "qutebrowser", NULL };
static const char *lockcmd[] = { "slock", NULL };
+static const char *wallpapercmd[] = { "wallpaper-picker", NULL };
static const Key keys[] = {
/* modifier key function argument */
@@ -75,10 +76,10 @@ static const Key keys[] = {
{ MODKEY, XK_r, xrdb, {.v = NULL } },
{ MODKEY, XK_j, focusstack, {.i = +1 } },
{ MODKEY, XK_k, focusstack, {.i = -1 } },
+ { MODKEY|ShiftMask, XK_Return, zoom, {0} },
{ MODKEY|ShiftMask, XK_q, killclient, {0} },
{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
- { MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)