summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--sowm-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sowm-config.h b/sowm-config.h index afc4e0d..b925c08 100644 --- a/sowm-config.h +++ b/sowm-config.h
@@ -15,6 +15,7 @@ static struct key keys[] = {
15 15
16 {MOD, XK_Tab, win_next, {0}}, 16 {MOD, XK_Tab, win_next, {0}},
17 {MOD|ShiftMask, XK_Tab, win_prev, {0}}, 17 {MOD|ShiftMask, XK_Tab, win_prev, {0}},
18 {MOD, Button3, win_resize, {0}},
18 19
19 {MOD, XK_d, run, {.com = menu}}, 20 {MOD, XK_d, run, {.com = menu}},
20 {MOD, XK_p, run, {.com = scrot}}, 21 {MOD, XK_p, run, {.com = scrot}},