diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-10 19:26:13 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-10 19:26:13 +0530 |
| commit | f2558593e41a462b7137954c1b27d79fa42851aa (patch) | |
| tree | 66492c33b1f2036f33c49511fe13087ea21ad23d /config.def.h | |
| parent | 7480d87d40d87334419946d3bbf659ded262d81d (diff) | |
patched dwm-swaptags-6.2.diff
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 9b8fff6..4aa0562 100644 --- a/config.def.h +++ b/config.def.h @@ -47,7 +47,8 @@ static const Layout layouts[] = { { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \ { MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \ - { MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} }, + { MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} }, \ + { Mod4Mask|ShiftMask, KEY, swaptags, {.ui = 1 << TAG} }, /* helper for spawning shell commands in the pre dwm-5.0 fashion */ #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } |