Blueberry
This commit is contained in:
parent
fb8bfa45fb
commit
eb8790e3b9
5
rc.lua
5
rc.lua
|
@ -592,8 +592,11 @@ globalkeys = awful.util.table.join(
|
|||
|
||||
awful.key({ modkey }, "p", function()
|
||||
awful.spawn.easy_async("pavucontrol", function(e) end)
|
||||
end, {description = "starts pavucontrol", group = "shortcuts"})
|
||||
end, {description = "starts pavucontrol", group = "shortcuts"}),
|
||||
|
||||
awful.key({ modkey }, "b", function()
|
||||
awful.spawn.easy_async("blueberry", function(e) end)
|
||||
end, {description = "starts blueberry", group = "shortcuts"})
|
||||
)
|
||||
|
||||
clientkeys = awful.util.table.join(
|
||||
|
|
Loading…
Reference in New Issue