sway: allow volume-keys when locked
This commit is contained in:
parent
4964c9dfbd
commit
b668bf3d04
1 changed files with 7 additions and 3 deletions
10
config
10
config
|
@ -193,9 +193,13 @@ bindsym $mod+Shift+i focus child
|
||||||
#
|
#
|
||||||
## Volume
|
## Volume
|
||||||
#
|
#
|
||||||
bindsym XF86AudioRaiseVolume exec $volume_cmd increase
|
bindsym --locked XF86AudioRaiseVolume exec $volume_cmd increase
|
||||||
bindsym XF86AudioLowerVolume exec $volume_cmd decrease
|
bindsym --locked XF86AudioLowerVolume exec $volume_cmd decrease
|
||||||
bindsym XF86AudioMute exec $volume_cmd mute
|
bindsym --locked XF86AudioMute exec $volume_cmd mute
|
||||||
|
|
||||||
|
#
|
||||||
|
## Brightness
|
||||||
|
#
|
||||||
bindsym XF86MonBrightnessUp exec $brightness_cmd increase
|
bindsym XF86MonBrightnessUp exec $brightness_cmd increase
|
||||||
bindsym XF86MonBrightnessDown exec $brightness_cmd decrease
|
bindsym XF86MonBrightnessDown exec $brightness_cmd decrease
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue