From b22e381660b9939d25af54454da8bc389e880cca Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 24 Mar 2025 14:10:06 +0100 Subject: [PATCH] jdb.localhost --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 5f56c0a..23069e4 100644 --- a/rc.lua +++ b/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 .. " http://jdb.local/todo.html https://web.telegram.org https://web.whatsapp.com/ https://discord.com/app https://nuage.polymny.studio/index.php/apps/calendar/ https://mail.infomaniak.com/2 https://mail.infomaniak.com/0", function() end) + awful.spawn.easy_async(options.browser .. " http://jdb.localhost/todo.html https://web.telegram.org https://web.whatsapp.com/ https://discord.com/app https://nuage.polymny.studio/index.php/apps/calendar/ https://mail.infomaniak.com/2 https://mail.infomaniak.com/0", function() end) naughty.notify({title = "Starting social media"}) end, {description="Open social media", group="shortcuts"}),