summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-16 23:55:10 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-16 23:55:10 +0900
commit4e167cf99635280c58f533eaeb9c2e8cce9db1e3 (patch)
tree5015ebf95b078df84773514bc8930b281e2e15b7
parent349ad824256e7dd73998a1b56d0512a36cf2a8e3 (diff)
modified dwm/config.def.h
-rw-r--r--dwm/config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h
index 68f35a1..33367b5 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -495,7 +495,6 @@ 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_r}}, spawn, {.v = (const char *[]){ TERMINAL, "-e", "htop", 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_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") }),