Add shortcut

This commit is contained in:
Thomas Forgione 2024-09-30 09:28:14 +02:00
parent 507029e62a
commit 5aac8f0d8a
1 changed files with 4 additions and 0 deletions

4
rc.lua
View File

@ -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) 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"}), 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.key({ modkey }, "p", function()
awful.spawn.easy_async("pavucontrol", function(e) end) awful.spawn.easy_async("pavucontrol", function(e) end)
end, {description = "starts pavucontrol", group = "shortcuts"}), end, {description = "starts pavucontrol", group = "shortcuts"}),