dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit 1b40bd044bade427e6c153e767ed0802252183da parent a438297a487a975fbe016e7b3e2f4b06d1a5c83b Author: Jul <jul@9o.is> Date: Thu, 19 Feb 2026 22:45:29 +0800 add dmenu-lsw shortcut Diffstat:
| M | config.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.h b/config.h @@ -84,11 +84,13 @@ static const char *dmenu_brightness[] = { "dmenu-brightness", NULL }; static const char *pottog[] = { "potctl", "-t", NULL }; static const char *qubescopy[] = { "qubes-clipboard", "copy", NULL }; static const char *qubespaste[] = { "qubes-clipboard", "paste", NULL }; +static const char *dmenu_lsw[] = { "dmenu-lsw", "-m", dmenumon, NULL }; #include "shift-tools.c" static const Key keys[] = { /* modifier key function argument */ + { MODKEY, XK_w, spawn, {.v = dmenu_lsw } }, { MODKEY, XK_d, spawn, {.v = dmenu_launch } }, { MODKEY, XK_p, spawn, {.v = dmenu_cmd } }, { MODKEY|ShiftMask, XK_b, spawn, {.v = dmenu_brightness } },