aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorgonzo <gonzo@toniatuh.com>2023-05-16 23:37:50 +0200
committergonzo <gonzo@toniatuh.com>2023-05-16 23:37:50 +0200
commitf385a8797302dfdfcd6a38649f09011b491783c5 (patch)
tree8e7a98ffe226ba64c318301b0e38dc0c63bb4319 /config.h
parent615319809922c1f673c6fa0dc6c38db9d0a5b005 (diff)
downloaddwm-f385a8797302dfdfcd6a38649f09011b491783c5.tar.gz
added sticky windows
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 8a1c285..fb1728d 100644
--- a/config.h
+++ b/config.h
@@ -68,6 +68,7 @@ static const Key keys[] = {
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_b, togglebar, {0} },
{ MODKEY|ShiftMask, XK_b, toggleborder, {0} },
+ { MODKEY, XK_s, togglesticky, {0} },
{ MODKEY, XK_j, focusstack, {.i = +1 } },
{ MODKEY, XK_k, focusstack, {.i = -1 } },
{ MODKEY, XK_i, incnmaster, {.i = +1 } },