(SxHkD)~fixed issue with brightness keys

Forgot to end the command with a notify-send; the backslash looks for
another command, fails to see one, then fails the command entirely.
This commit is contained in:
2023-08-20 17:29:36 +01:00
parent 3581a8ce21
commit 6f043e4213

View File

@@ -97,9 +97,11 @@ Scroll_Lock
XF86MonBrightness{Down,Up}
xbacklight -{dec,inc} 5; \
notify-send -u low "Brightness: $(xbacklight)"
super + F{3,4}
xbacklight -{dec,inc} 5; \
notify-send -u low "Brightness: $(xbacklight)"
# BSPWM
# super + {_, shift + } {h,j,k,l}