diff --git a/rc.lua b/rc.lua index 31a5222..7d2f60b 100644 --- a/rc.lua +++ b/rc.lua @@ -484,7 +484,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://web.telegram.org/z/ 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://web.telegram.org 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"}) end, {description="Open social media", group="shortcuts"}),