Sway : Brightness step from 10 to 1.
This commit is contained in:
parent
8519c17087
commit
b16ae6ea45
|
@ -25,8 +25,8 @@ bindsym $mod+n exec makoctl restore
|
|||
bindsym $mod+shift+n exec makoctl dismiss --all
|
||||
|
||||
# Brightness
|
||||
bindsym XF86MonBrightnessDown exec light -U 10
|
||||
bindsym XF86MonBrightnessUp exec light -A 10
|
||||
bindsym XF86MonBrightnessDown exec light -U 1
|
||||
bindsym XF86MonBrightnessUp exec light -A 1
|
||||
|
||||
# Adjust volume.
|
||||
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%'
|
||||
|
|
Loading…
Reference in a new issue