diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-10 16:58:24 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-10 16:58:24 +0900 |
| commit | 4b502208b4bea46b2609adefc4684a82972caaed (patch) | |
| tree | 0e947afbcdc8351ab21a9985df0bcaa4ef248c55 /dwm | |
| parent | 0e470231001325c6da7b11f503df3d577e34c570 (diff) | |
modified dwm/config.def.h
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index e088da5..7058a73 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -499,10 +499,12 @@ static Keychord *keychords[] = { &((Keychord){2, {{WINKEY, XK_space},{0, XK_m}}, spawn, SHCMD(TERMINAL " -n ncmpcpp -e ncmpcpp") }), &((Keychord){2, {{WINKEY, XK_space},{0, XK_n}}, spawn, SHCMD(TERMINAL " -e newsboat; pkill -RTMIN+19 dwmblocks") }), &((Keychord){2, {{WINKEY, XK_space},{0, XK_p}}, spawn, {.v = (const char *[]){ TERMINAL, "-e", "profanity", NULL } } }), - &((Keychord){2, {{WINKEY, XK_space},{0, XK_t}}, spawn, {.v = (const char *[]){ "torwrap", NULL } } }), + &((Keychord){3, {{WINKEY, XK_space},{0, XK_t},{0,XK_r}}, spawn, {.v = (const char *[]){ "torwrap", NULL } } }), + &((Keychord){3, {{WINKEY, XK_space},{0, XK_t},{0,XK_m}}, spawn, {.v = (const char *[]){ "teams-for-linux", NULL } } }), &((Keychord){3, {{WINKEY, XK_space},{0, XK_v},{0, XK_m}}, spawn, {.v = (const char *[]){ "dmenuvirt", NULL } } }), &((Keychord){3, {{WINKEY, XK_space},{0, XK_v},{0, XK_w}}, spawn, {.v = (const char *[]){ TERMINAL, "-e", "nvim", "-c", "VimwikiIndex", "1", NULL } } }), &((Keychord){2, {{WINKEY, XK_space},{0, XK_w}}, spawn, SHCMD(TERMINAL " -e less -Sf ${XDG_CACHE_HOME:-${HOME}/.cache}/weatherreport") }), + &((Keychord){2, {{WINKEY, XK_space},{0, XK_z}}, spawn, {.v = (const char *[]){ "zoom", NULL } } }), // SCRIPTS &((Keychord){2, {{WINKEY, XK_b},{0, XK_b}}, spawn, {.v = (const char *[]){ "bookmarks", "-b", NULL } } }), |
