add audio mode
This commit is contained in:
parent
11daad6cd4
commit
6de9d4b709
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
bindsym $mod+Shift+v mode "audio"
|
bindsym $mod+m mode "audio"
|
||||||
bindsym $mod+s mode "save"
|
bindsym $mod+s mode "save"
|
||||||
bindsym $mod+n mode "restore"
|
bindsym $mod+n mode "restore"
|
||||||
|
|
|
@ -3,6 +3,9 @@ mode "audio" {
|
||||||
bindsym j exec "~/bin/volume.sh down"
|
bindsym j exec "~/bin/volume.sh down"
|
||||||
bindsym k exec "~/bin/volume.sh up"
|
bindsym k exec "~/bin/volume.sh up"
|
||||||
bindsym t exec "~/bin/volume.sh mtoggle"
|
bindsym t exec "~/bin/volume.sh mtoggle"
|
||||||
|
bindsym p exec "playerctl play-pause"
|
||||||
|
bindsym h exec "playerctl previous"
|
||||||
|
bindsym l exec "playerctl next"
|
||||||
bindsym backslash exec "~/bin/volume.sh mtoggle"
|
bindsym backslash exec "~/bin/volume.sh mtoggle"
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue