summaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
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 a0661b4..6a4448d 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -586,7 +586,7 @@ static Keychord *keychords[] = {
&((Keychord){1, {{WINMOD2, XK_equal}}, spawn, SHCMD("pkexec brillo -A 5 -q; kill -41 $(pidof dwmblocks)") }),
&((Keychord){1, {{ULTRAMOD, XK_minus}}, spawn, SHCMD("monitorbright -dec 5; kill -41 $(pidof dwmblocks)") }),
&((Keychord){1, {{ULTRAMOD, XK_equal}}, spawn, SHCMD("monitorbright -inc 5; kill -41 $(pidof dwmblocks)") }),
- &((Keychord){1, {{0, XK_Alt_R}}, spawn, SHCMD("fcitx5-remote -t && kill -43 $(pidof dwmblocks)") }),
+ &((Keychord){1, {{0, XK_Alt_R}}, spawn, SHCMD("fcitx5-remote -t && kill -42 $(pidof dwmblocks)") }),
&((Keychord){1, {{EXTRAMOD, XK_q}}, quit, {0} }),
&((Keychord){1, {{ControlMask, XK_F5}}, quit, {1} }),
&((Keychord){1, {{EXTRAMOD, XK_F5}}, spawn, SHCMD("killall -q dwmblocks; setsid -f dwmblocks") }),