sway: allow volume-keys when locked

This commit is contained in:
Konstantin Koslowski 2024-01-05 08:51:00 +01:00
parent 4964c9dfbd
commit b668bf3d04

10
config
View file

@ -193,9 +193,13 @@ bindsym $mod+Shift+i focus child
#
## Volume
#
bindsym XF86AudioRaiseVolume exec $volume_cmd increase
bindsym XF86AudioLowerVolume exec $volume_cmd decrease
bindsym XF86AudioMute exec $volume_cmd mute
bindsym --locked XF86AudioRaiseVolume exec $volume_cmd increase
bindsym --locked XF86AudioLowerVolume exec $volume_cmd decrease
bindsym --locked XF86AudioMute exec $volume_cmd mute
#
## Brightness
#
bindsym XF86MonBrightnessUp exec $brightness_cmd increase
bindsym XF86MonBrightnessDown exec $brightness_cmd decrease
#