summaryrefslogtreecommitdiff
path: root/2bwm
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2022-12-16 12:51:13 +0100
committerJulian T <julian@jtle.dk>2022-12-16 12:51:13 +0100
commitecb2718cd425cea1fa274951734998ddd6f5efb4 (patch)
tree03bc24a8947522c590e9a147bf48ec9b5ff93d96 /2bwm
parent31ce617b330d35a96d847849c7e7cb45e835cd49 (diff)
2bwm and bar settings
Diffstat (limited to '2bwm')
-rw-r--r--2bwm/resc/2bwm/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/2bwm/resc/2bwm/config.h b/2bwm/resc/2bwm/config.h
index b5735e0..57b5e7b 100644
--- a/2bwm/resc/2bwm/config.h
+++ b/2bwm/resc/2bwm/config.h
@@ -86,6 +86,7 @@ static key keys[] = {
/* modifier key function argument */
// Focus to next/previous window
{ MOD , XK_space, focusnext, {.i=TWOBWM_FOCUS_NEXT}},
+ { MOD | SHIFT, XK_space, focusnext, {.i=TWOBWM_FOCUS_PREVIOUS}},
// Kill a window
{ MOD , XK_q, deletewin, {}},
// Resize a window