summaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-25 19:06:45 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-25 19:06:45 +0900
commitcf4c47f8b74c7d061ea7bbe7593530ba23db007c (patch)
tree71472fa73188549710db896ff159b15787589144 /dwm
parenteb4633c0e7a69630e35cbb646c1b765d7ac41d3b (diff)
modified dwm/config.def.h
Diffstat (limited to 'dwm')
-rw-r--r--dwm/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h
index c273dbe..d738556 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -548,7 +548,7 @@ static Keychord *keychords[] = {
&((Keychord){1, {{WINMOD2, XK_F4}}, spawn, {.v = (const char *[]){ "toggleoutput", NULL } } }),
&((Keychord){1, {{WINMOD, XK_F5}}, spawn, {.v = (const char *[]){ "stw", NULL } } }),
&((Keychord){1, {{WINMOD2, XK_F5}}, spawn, {.v = (const char *[]){ "rbackup", NULL } } }),
- &((Keychord){1, {{ULTRAMOD,XK_F5}}, spawn, {.v = (const char *[]){ "dmenuupgrade", NULL } } }),
+ &((Keychord){1, {{ULTRAMOD, XK_F5}}, spawn, {.v = (const char *[]){ "dmenuupgrade", NULL } } }),
&((Keychord){1, {{WINKEY, XK_F6}}, spawn, {.v = (const char *[]){ "qndl", "-v", NULL } } }),
&((Keychord){1, {{WINMOD, XK_F6}}, spawn, {.v = (const char *[]){ "qndl", "-m", NULL } } }),
&((Keychord){1, {{WINKEY, XK_F7}}, spawn, {.v = (const char *[]){ "transadd", "-l", NULL } } }),