Fix brightness keys script
This commit is contained in:
parent
b7823f18ba
commit
0d1d67db35
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ bindsym XF86AudioNext exec playerctl next
|
|||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
# Use brightnessctl to adjust brightness
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set -5%
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
|
Loading…
Reference in a new issue