From 58907fd8b9d56e0de845383694d66d22a946b51f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 25 Aug 2022 12:03:26 +0200 Subject: [PATCH] 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. --- home/.config/x11/xprofile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/x11/xprofile b/home/.config/x11/xprofile index b5e1f91..e4740e0 100644 --- a/home/.config/x11/xprofile +++ b/home/.config/x11/xprofile @@ -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 &