diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-17 17:01:22 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-17 17:01:22 +0900 |
| commit | 3859533157452c89e8bb10725806f7ac11ca4a30 (patch) | |
| tree | 989d6a76a5105424dbf40ac24c6ebdd519d632cc | |
| parent | a606d703035fba59813cbe7082c72def6fa899a3 (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 063a39f..844d328 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -481,6 +481,7 @@ static Keychord *keychords[] = { &((Keychord){1, {{WINKEY, XK_e}}, spawn, SHCMD(TERMINAL " -e neomutt; pkill -RTMIN+20 dwmblocks; rmdir ~/.abook 2>/dev/null") }), &((Keychord){1, {{WINKEY, XK_w}}, spawn, {.v = (const char *[]){ BROWSER, NULL } } }), &((Keychord){1, {{WINMOD, XK_w}}, spawn, {.v = (const char *[]){ BROWSER, "--target", "private-window", NULL } } }), + &((Keychord){2, {{WINKEY, XK_x},{0, XK_d}}, spawn, {.v = (const char *[]){ "pkill", "-f", "discord", NULL } } }), &((Keychord){2, {{WINKEY, XK_x},{0, XK_k}}, spawn, {.v = (const char *[]){ "pkill", "-f", "kakaotalk", NULL } } }), &((Keychord){2, {{WINKEY, XK_x},{0, XK_w}}, spawn, {.v = (const char *[]){ "pkill", "-f", BROWSER, NULL } } }), &((Keychord){2, {{WINKEY, XK_space},{0, XK_a}}, spawn, SHCMD(TERMINAL " -e abook -C ${XDG_CONFIG_HOME:-${HOME}/.config}/abook/abookrc --datafile ${XDG_CONFIG_HOME:-${HOME}/.config}/abook/addressbook") }), |
