Rearranged autostart to prevent race conditions
This commit is contained in:
parent
d0cadd75fc
commit
00ed10b475
1 changed files with 3 additions and 3 deletions
|
@ -2,6 +2,9 @@
|
||||||
systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP 2>&1 &
|
systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP 2>&1 &
|
||||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP 2>&1 &
|
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP 2>&1 &
|
||||||
|
|
||||||
|
# Import GTK settings
|
||||||
|
import-gsettings 2>&1
|
||||||
|
|
||||||
# Set Background
|
# Set Background
|
||||||
swaybg -i /usr/share/wallpapers/shell-edskeye-tiles.png -m fill >/dev/null 2>&1 &
|
swaybg -i /usr/share/wallpapers/shell-edskeye-tiles.png -m fill >/dev/null 2>&1 &
|
||||||
|
|
||||||
|
@ -23,6 +26,3 @@ waybar -c ~/.config/waybar/labwc >/dev/null 2>&1 &
|
||||||
|
|
||||||
# Drawer
|
# Drawer
|
||||||
nwggrid-server 2>&1 &
|
nwggrid-server 2>&1 &
|
||||||
|
|
||||||
# Import GTK settings
|
|
||||||
import-gsettings
|
|
||||||
|
|
Loading…
Reference in a new issue