From eb8790e3b9a3290441e5cce8334a8b0f93ff038c Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 11 Feb 2023 12:05:07 +0100 Subject: [PATCH] Blueberry --- rc.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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(