mirror of https://gitlab.com/dabruh/dotfiles.git
Fix typo in brightness control binding
This commit is contained in:
parent
dbd72ce6c3
commit
7d2f08019a
|
@ -1,10 +1,10 @@
|
|||
# brightness control
|
||||
set $brightness_down sudo /usr/bin/brightnessctl set -q 5%-
|
||||
set $brightness_up sudo /usr/bin/brightnessctl set -q +5%
|
||||
bindsym XF86MonBrightnessUp exec $brightness_up
|
||||
bindsym XF86KbdBrightnessUp exec $brightness_up
|
||||
bindsym XF86MonBrightnessDown exec $brightness_down
|
||||
bindsym XF86KbdBrightnessDown exec $brightness_down
|
||||
bindsym XF86MonBrightnessUp exec sudo $brightness_up
|
||||
bindsym XF86KbdBrightnessUp exec sudo $brightness_up
|
||||
|
||||
# Battery manager
|
||||
exec_always --no-startup-id killall battmon; battmon
|
||||
|
|
Loading…
Reference in New Issue