Sway : Brightness step from 10 to 1.

This commit is contained in:
Dmitry Voronin 2024-03-30 08:04:12 +03:00
parent 8519c17087
commit b16ae6ea45

View file

@ -25,8 +25,8 @@ bindsym $mod+n exec makoctl restore
bindsym $mod+shift+n exec makoctl dismiss --all bindsym $mod+shift+n exec makoctl dismiss --all
# Brightness # Brightness
bindsym XF86MonBrightnessDown exec light -U 10 bindsym XF86MonBrightnessDown exec light -U 1
bindsym XF86MonBrightnessUp exec light -A 10 bindsym XF86MonBrightnessUp exec light -A 1
# Adjust volume. # Adjust volume.
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%' bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%'