From 340407b8270dc296fb1ecfeee7b047de7feb4035 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 23 Dec 2023 20:25:09 +0100 Subject: [PATCH] Disable protonmail startup Package is currently broken until feishin is updated --- rsc/config/awesome/autostart.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsc/config/awesome/autostart.lua b/rsc/config/awesome/autostart.lua index 6da4556..1d4aa0a 100644 --- a/rsc/config/awesome/autostart.lua +++ b/rsc/config/awesome/autostart.lua @@ -16,7 +16,7 @@ function autostart.exec(awful) -- awful.spawn.with_shell("flatpak run com.spotify.Client") -- awful.spawn.with_shell("/usr/bin/emacs --daemon") awful.spawn.with_shell("razer-cli --dpi 400") - awful.spawn.with_shell("electron-mail") + -- awful.spawn.with_shell("electron-mail") awful.spawn.with_shell("clipmenud") awful.spawn.with_shell("nextcloud --background") awful.spawn.with_shell("openrgb --server --profile default")