diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-07-27 02:40:11 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-07-27 02:40:11 -0700 |
| commit | d27ef8888e36e2773de0c7257a6bd5345d5684b6 (patch) | |
| tree | 15408ef23aded0b62f88765018732fd699f826c2 | |
| parent | 80b267ff9a9781c647fc836611ebd4a89e660b52 (diff) | |
MOD: update sowm
| -rw-r--r-- | sowm-config.h | 1 |
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}}, |
