diff --git a/rc.lua b/rc.lua index e3e21d6..5ba09ef 100644 --- a/rc.lua +++ b/rc.lua @@ -627,6 +627,10 @@ globalkeys = awful.util.table.join( awful.spawn.easy_async("firefox ext+container:name=Yuzzit&url=https://mail.google.com/mail/u/0/#inbox ext+container:name=Yuzzit&url=https://app.slack.com/client/T03UFFGJK/D07KS0S1LDT ext+container:name=Yuzzit&url=https://app.gather.town/app/bZRkf3gh7MIximOa/ytopenspace", function() end) end, {description="Starts yuzzit", group="shortcuts"}), + awful.key({modkey}, ",", function() + awful.spawn.easy_async("firefox ext+container:name=Yuzzit&url=https://duckduckgo.com", function() end) + end, {description="Starts yuzzit empty window", group="shortcuts"}), + awful.key({ modkey }, "p", function() awful.spawn.easy_async("pavucontrol", function(e) end) end, {description = "starts pavucontrol", group = "shortcuts"}),