From eac7a059f8809844ca8f3b8c063d0d7b0fa6c3c6 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 4 Sep 2024 21:53:41 +0200 Subject: [PATCH] yuzzit --- rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index 1e6699d..2bdee47 100644 --- a/rc.lua +++ b/rc.lua @@ -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 ", function() end) + end, {description="Starts yuzzit", group="shortcuts"}), awful.key({ modkey }, "p", function() awful.spawn.easy_async("pavucontrol", function(e) end)