Compare commits
2 Commits
f1bb185f8a
...
35123a80dc
Author | SHA1 | Date |
---|---|---|
Thomas Forgione | 35123a80dc | |
Thomas Forgione | eac7a059f8 |
6
rc.lua
6
rc.lua
|
@ -565,7 +565,7 @@ globalkeys = awful.util.table.join(
|
|||
end, {description="start the web browser", group="shortcuts"}),
|
||||
|
||||
awful.key({modkey}, "z", function()
|
||||
awful.spawn.easy_async(options.browser .. " https://gitea.tforgione.fr/tforgione/todo/issues https://git.polymny.net/user/oauth2/polymny-studio https://web.telegram.org https://web.whatsapp.com/ https://discord.com/app https://nuage.polymny.studio/index.php/apps/calendar/", function() end)
|
||||
awful.spawn.easy_async(options.browser .. " https://gitea.tforgione.fr/tforgione/todo/issues https://git.polymny.net/user/oauth2/polymny-studio https://web.telegram.org https://web.whatsapp.com/ https://discord.com/app https://nuage.polymny.studio/index.php/apps/calendar/ 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)
|
||||
naughty.notify({title = "Starting social media"})
|
||||
end, {description="Open social media", group="shortcuts"}),
|
||||
|
||||
|
@ -624,8 +624,8 @@ globalkeys = awful.util.table.join(
|
|||
end, {description="Opens mailspring", group="shortcuts"}),
|
||||
|
||||
awful.key({modkey}, "e", function()
|
||||
awful.spawn.easy_async("emojinput", function() end)
|
||||
end, {description="Starts emojinput", group="shortcuts"}),
|
||||
awful.spawn.easy_async("chromium https://mail.google.com/mail/u/0/#inbox https://app.slack.com/client/T03UFFGJK/D07KS0S1LDT https://app.gather.town/app/bZRkf3gh7MIximOa/ytopenspace", function() end)
|
||||
end, {description="Starts yuzzit", group="shortcuts"}),
|
||||
|
||||
awful.key({ modkey }, "p", function()
|
||||
awful.spawn.easy_async("pavucontrol", function(e) end)
|
||||
|
|
Loading…
Reference in New Issue