mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-01-26 02:58:10 +01:00
Fix typo in brightness control binding
This commit is contained in:
parent
dbd72ce6c3
commit
7d2f08019a
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue