mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-05-10 01:28:36 +00:00
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:
parent
557b469591
commit
58907fd8b9
1 changed files with 3 additions and 3 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Reference in a new issue