summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/config.h')
-rw-r--r--dwm/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h
index f23f915..91d88d7 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -424,8 +424,8 @@ static const Key keys[] = {
{ MODKEY | ShiftMask, XK_equal, spawn, SHCMD("wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+; kill -44 $(pidof dwmblocks)") },
{ MODKEY | ControlMask, XK_minus, spawn, SHCMD("pkexec brillo -U 5 -q; kill -57 $(pidof dwmblocks)") },
{ MODKEY | ControlMask, XK_equal, spawn, SHCMD("pkexec brillo -A 5 -q; kill -57 $(pidof dwmblocks)") },
- { MODKEY | ShiftMask | ControlMask, XK_minus, spawn, SHCMD("monbright -dec 5; kill -56 $(pidof dwmblocks)") },
- { MODKEY | ShiftMask | ControlMask, XK_equal, spawn, SHCMD("monbright -inc 5; kill -56 $(pidof dwmblocks)") },
+ { MODKEY | ShiftMask | ControlMask, XK_minus, spawn, SHCMD("monitorbright -dec 5; kill -56 $(pidof dwmblocks)") },
+ { MODKEY | ShiftMask | ControlMask, XK_equal, spawn, SHCMD("monitorbright -inc 5; kill -56 $(pidof dwmblocks)") },
{ 0, XK_Alt_R, spawn, SHCMD("fcitx5-remote -t; kill -63 $(pidof dwmblocks)") },
{ ControlMask, XK_F5, quit, {1} },
{ ControlMask | ShiftMask, XK_F5, spawn, SHCMD("killall -q dwmblocks; setsid -f dwmblocks") },