Blueberry

This commit is contained in:
Thomas Forgione 2023-02-11 12:05:07 +01:00
parent fb8bfa45fb
commit eb8790e3b9
1 changed files with 4 additions and 1 deletions

5
rc.lua
View File

@ -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(