(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:
@@ -97,9 +97,11 @@ Scroll_Lock
|
|||||||
|
|
||||||
XF86MonBrightness{Down,Up}
|
XF86MonBrightness{Down,Up}
|
||||||
xbacklight -{dec,inc} 5; \
|
xbacklight -{dec,inc} 5; \
|
||||||
|
notify-send -u low "Brightness: $(xbacklight)"
|
||||||
|
|
||||||
super + F{3,4}
|
super + F{3,4}
|
||||||
xbacklight -{dec,inc} 5; \
|
xbacklight -{dec,inc} 5; \
|
||||||
|
notify-send -u low "Brightness: $(xbacklight)"
|
||||||
|
|
||||||
# BSPWM
|
# BSPWM
|
||||||
# super + {_, shift + } {h,j,k,l}
|
# super + {_, shift + } {h,j,k,l}
|
||||||
|
|||||||
Reference in New Issue
Block a user