Decrease step for i3 brightness control

This commit is contained in:
Pavle Portic 2020-01-08 10:28:32 +01:00
parent 3aff77c599
commit 206d5ef48b
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 4 additions and 4 deletions

View File

@ -153,10 +153,10 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume $(pacmd
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute $(pacmd stat | \grep "Default sink name" | cut -d ' ' -f 4) toggle
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness
bindsym XF86MonBrightnessDown exec light -U 10 # decrease screen brightness
bindsym Shift+XF86MonBrightnessUp exec light -A 5 # increase screen brightness
bindsym Shift+XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
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
# Cmus controls
bindsym XF86AudioPlay exec "cmus-remote -u"