Change brightness mapping to 1% increments

This commit is contained in:
Pavle Portic 2023-04-07 16:43:30 +02:00
parent 038e6b42b1
commit bc5f186519
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ bindsym XF86AudioMedia exec --no-startup-id pactl set-source-mute $(pactl info |
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec light -A 10
bindsym XF86MonBrightnessDown exec light -U 10
bindsym Shift+XF86MonBrightnessUp exec light -A 2
bindsym Shift+XF86MonBrightnessDown exec light -U 2
bindsym Shift+XF86MonBrightnessUp exec light -A 1
bindsym Shift+XF86MonBrightnessDown exec light -U 1
# Media controls
bindsym XF86AudioPlay exec "playerctl-wrapper play-pause"