Start autostart applications later in startup
This commit is contained in:
parent
43a0c5341d
commit
6894520269
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,6 @@ bindsym $mod+g mode "gaps"
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
exec /usr/lib/polkit-1/polkitd --no-debug
|
exec /usr/lib/polkit-1/polkitd --no-debug
|
||||||
exec dex -as ~/.config/autostart
|
|
||||||
exec picom --dbus --xrender-sync-fence
|
exec picom --dbus --xrender-sync-fence
|
||||||
exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_"
|
exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_"
|
||||||
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
|
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 --no-startup-id {{ home }}/.config/polybar/launch.sh
|
||||||
exec_always /usr/bin/ibus-daemon -drx
|
exec_always /usr/bin/ibus-daemon -drx
|
||||||
|
|
||||||
|
exec dex -as ~/.config/autostart
|
||||||
|
|
Loading…
Reference in a new issue