Run all commands in xprofile detached

While the commands which weren't running in detached mode were
relatively fast, there's still no reason to have them block other
commands as they don't depend on each other. For that reason, it is
faster (even though just slightly) to run them detached.
This commit is contained in:
ItsDrike 2022-08-25 12:03:26 +02:00
parent 557b469591
commit 58907fd8b9
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -36,10 +36,10 @@ numlockx &
udiskie -A -s &
# Enable running applications from chroot
xhost +local:
xhost +local: &
# Change x shaped default cursor (fonts are located in /usr/include/X11/cursorfont.h)
xsetroot -cursor_name left_ptr
xsetroot -cursor_name left_ptr &
# import DISPLAY environment variable for systemd user services
systemctl --user import-environment DISPLAY
systemctl --user import-environment DISPLAY &