feat(sway): add volume key bindings
This commit is contained in:
parent
8db35779f7
commit
342ea10202
|
@ -252,4 +252,7 @@ gaps inner 10
|
|||
exec configure-gtk
|
||||
exec configue-keyboard
|
||||
|
||||
bindsym --locked XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.2
|
||||
bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.2
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
|
Loading…
Reference in a new issue