mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-03 17:54:31 +02:00
bindings: add a binding to spawn pavucontrol
This commit is contained in:
parent
d5d723a350
commit
2dc1f56751
2 changed files with 5 additions and 0 deletions
|
@ -271,6 +271,7 @@ config.keys.global = awful.util.table.join(
|
|||
elseif key == "v" then music.stop()
|
||||
elseif key == "b" then music.next()
|
||||
elseif key == "s" then music.show()
|
||||
elseif key == "m" then music.mixer()
|
||||
end
|
||||
return true
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue