X-Git-Url: https://git.madduck.net/etc/xsession.git/blobdiff_plain/1cc701240a14fc4566a8806c91216dcd30001ea4..f4d2eb9133ba668130669df725540b8314159491:/.xsession diff --git a/.xsession b/.xsession index 45d8afe..2550f2b 100755 --- a/.xsession +++ b/.xsession @@ -1,8 +1,6 @@ #!/bin/zsh --login -set -eu - -SHLVL=0 +set -u while :; do for script in $(run-parts --list $HOME/.xsession.d); do @@ -11,10 +9,6 @@ while :; do echo I: done sourcing ${script:t}... >&2 done - echo I: waiting for child processes to complete... >&2 - jobs >&2 - wait - [ -e $HOME/.xsession-exit ] && break echo "I: restarting xsession (touch $HOME/.xsession-exit to exit)..." >&2