Bigger screen brightness increments.

This commit is contained in:
RealStickman 2020-09-14 09:11:24 +02:00
parent 2f4bfa74d6
commit c419976b37

View File

@ -594,8 +594,8 @@ bindsym XF86AudioStop exec --no-startup-id playerctl stop
#####################################################################################################################
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 # increase screen brightness
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 # decrease screen brightness
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 # increase screen brightness
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 # decrease screen brightness
#####################################################################################################################