mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue