diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-21 22:13:30 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-21 22:13:30 +0900 |
| commit | 1ef1f8a0ffe868cb815f8ab68b0415ccf2598d12 (patch) | |
| tree | 63ad6f44e834554084abe32f8ad7e34cf6deba1e | |
| parent | 4ca1eddde846771ceb570835b888165479d3d449 (diff) | |
modified dwm/config.def.h
| -rw-r--r-- | dwm/config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index c69898a..90db529 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -496,6 +496,7 @@ static Keychord *keychords[] = { &((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_v},{0, XK_m}}, spawn, {.v = (const char *[]){ "virt-manager", 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") }), |
