diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-31 03:58:12 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-31 03:58:12 +0900 |
| commit | 9551e80adb34c4899c4b7f5d71868ec6e59e7b8e (patch) | |
| tree | 4df78e2c3a839f3a8a6ba1c147ef17e46c346966 /dwm | |
| parent | 8988f40fce919c8aa77a97b89cb53425781f28fb (diff) | |
modified config.h
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h index 9b3f15e..f1aee64 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -193,7 +193,10 @@ ResourcePref resources[] = { * ud means up and down */ static Gesture gestures[] = { - { "u", spawn, {.v = termcmd } }, + { "u", spawn, { .v = termcmd } }, + { "d", spawn, { .v = (const char *[]){ BROWSER, NULL } } }, + { "l", spawn, SHCMD(TERMINAL " -e neomutt ; pkill -RTMIN+12 dwmblocks; rmdir ~/.abook 2>/dev/null") }, + { "r", spawn, SHCMD(TERMINAL " -e newsboat ; pkill -RTMIN+6 dwmblocks") }, }; static const Arg tagexec[] = { |
