diff options
| author | gonzo <gonzo@toniatuh.com> | 2023-05-16 23:37:50 +0200 |
|---|---|---|
| committer | gonzo <gonzo@toniatuh.com> | 2023-05-16 23:37:50 +0200 |
| commit | f385a8797302dfdfcd6a38649f09011b491783c5 (patch) | |
| tree | 8e7a98ffe226ba64c318301b0e38dc0c63bb4319 /config.h | |
| parent | 615319809922c1f673c6fa0dc6c38db9d0a5b005 (diff) | |
| download | dwm-f385a8797302dfdfcd6a38649f09011b491783c5.tar.gz | |
added sticky windows
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } }, |
