mirror of https://gitlab.com/dabruh/dotfiles.git
Adjust laptop brightness controls
This commit is contained in:
parent
7d510486d4
commit
f7f101dc15
|
@ -1,6 +1,6 @@
|
|||
# brightness control
|
||||
set $brightness_down sudo /usr/bin/brightnessctl set -q 5%-
|
||||
set $brightness_up sudo /usr/bin/brightnessctl set -q +5%
|
||||
set $brightness_down brightnessctl set -q 5%-
|
||||
set $brightness_up brightnessctl set -q +5%
|
||||
bindsym XF86MonBrightnessUp exec $brightness_up
|
||||
bindsym XF86KbdBrightnessUp exec $brightness_up
|
||||
bindsym XF86MonBrightnessDown exec $brightness_down
|
||||
|
|
Loading…
Reference in New Issue