mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +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
|
@ -74,3 +74,7 @@ end
|
|||
function previous()
|
||||
cmd("Previous")
|
||||
end
|
||||
|
||||
function mixer()
|
||||
awful.util.spawn("pavucontrol")
|
||||
end
|
||||
|
|
|
@ -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