diff --git a/rc.lua b/rc.lua index bc72027..d634955 100644 --- a/rc.lua +++ b/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(