mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2024-12-25 19:44:17 +01:00
Adjust laptop brightness controls
This commit is contained in:
parent
7d510486d4
commit
f7f101dc15
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue