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