This commit is contained in:
parent
0186246b1b
commit
9f42abfe4d
2
rc.lua
2
rc.lua
|
@ -481,7 +481,7 @@ globalkeys = awful.util.table.join(
|
||||||
end, {description="start the web browser", group="shortcuts"}),
|
end, {description="start the web browser", group="shortcuts"}),
|
||||||
|
|
||||||
awful.key({modkey}, "z", function()
|
awful.key({modkey}, "z", function()
|
||||||
awful.spawn.easy_async(options.browser .. " https://gitea.tforgione.fr/tforgione/todo/issues https://web.telegram.org https://chat.polymny.studio https://discord.com/app https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end)
|
awful.spawn.easy_async(options.browser .. " https://gitea.tforgione.fr/tforgione/todo/issues https://web.telegram.org https://web.whatsapp.com/ https://chat.polymny.studio https://discord.com/app https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end)
|
||||||
naughty.notify({title = "Starting social media"})
|
naughty.notify({title = "Starting social media"})
|
||||||
end, {description="Open social media", group="shortcuts"}),
|
end, {description="Open social media", group="shortcuts"}),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue