From 6894520269ea59902d7b8cbd6d915545683095b1 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 16 Jul 2020 13:49:43 +0100 Subject: [PATCH] Start autostart applications later in startup --- files/i3.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/i3.conf b/files/i3.conf index 610c628..03baf57 100644 --- a/files/i3.conf +++ b/files/i3.conf @@ -116,7 +116,6 @@ bindsym $mod+g mode "gaps" # Autostart exec /usr/lib/polkit-1/polkitd --no-debug -exec dex -as ~/.config/autostart exec picom --dbus --xrender-sync-fence exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_" exec ssh-agent -Da /tmp/ssh-agent-$USER.sock @@ -126,3 +125,5 @@ exec xfce4-power-manager --no-daemon exec_always --no-startup-id {{ home }}/.config/polybar/launch.sh exec_always /usr/bin/ibus-daemon -drx + +exec dex -as ~/.config/autostart