From e74b9f32497ac8d8da14954a57c515b0cb33245e Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 14 Jun 2022 10:36:36 +0200 Subject: [PATCH] gnome-calendar sucks --- rc.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rc.lua b/rc.lua index 992139a..e2bfa22 100644 --- a/rc.lua +++ b/rc.lua @@ -486,11 +486,6 @@ globalkeys = awful.util.table.join( naughty.notify({title = "Starting " .. options.browser}) end, {description="start the web browser", group="shortcuts"}), - awful.key({modkey}, "z", function() - awful.spawn.easy_async(options.browser .. " https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end) - naughty.notify({title = "Starting social media"}) - end, {description="Open social media", group="shortcuts"}), - awful.key({modkey}, "l", function() awful.spawn.easy_async_with_shell('sleep 1 && xset dpms force off && slock', function() end) end, { description="Locks the screen", group="screen control"}),