summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-18 07:21:36 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-18 07:21:36 +0900
commit079ab0036eba54b1f2ec69e2eee14a7e0ad6b9b7 (patch)
treef521757b694c9560e27371dbb7630d75cb67c71b
parent6f196a1e6f5cc206a08c78a865bcf56d84f0c0d7 (diff)
modified dwm/config.def.h
-rw-r--r--dwm/config.def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h
index 140b821..c273dbe 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -542,7 +542,8 @@ static Keychord *keychords[] = {
&((Keychord){1, {{WINMOD, XK_F1}}, spawn, SHCMD("nsxiv -ap ${XDG_PICTURES_DIR:-${HOME}/Pictures}/resources") }),
&((Keychord){1, {{WINMOD2, XK_F1}}, spawn, {.v = (const char *[]){ "dmenuman", NULL } } }),
&((Keychord){1, {{WINKEY, XK_F2}}, spawn, {.v = (const char *[]){ "tutorialvids", NULL } } }),
- &((Keychord){1, {{WINKEY, XK_F3}}, spawn, {.v = (const char *[]){ "displayselect", NULL } } }),
+ &((Keychord){1, {{WINKEY, XK_F3}}, spawn, {.v = (const char *[]){ "dmenudisplay", NULL } } }),
+ &((Keychord){1, {{WINMOD, XK_F3}}, spawn, {.v = (const char *[]){ "dmenudisplay", "-r", NULL } } }),
&((Keychord){1, {{WINKEY, XK_F4}}, spawn, SHCMD(TERMINAL " -n pulsemixer -e pulsemixer; kill -38 $(pidof dwmblocks)") }),
&((Keychord){1, {{WINMOD2, XK_F4}}, spawn, {.v = (const char *[]){ "toggleoutput", NULL } } }),
&((Keychord){1, {{WINMOD, XK_F5}}, spawn, {.v = (const char *[]){ "stw", NULL } } }),