.bash_xinitrc no nohup output

This commit is contained in:
cubernetes 2023-08-13 21:06:43 +02:00
parent 02c72e5889
commit 87d4ae293a
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export NVM_DIR="${HOME}"/.nvm
[ -s "${NVM_DIR}"/bash_completion ] && . "${NVM_DIR}"/bash_completion
######################## More or less shell specific END #####################
nohup startlxde & disown
nohup startlxde 2>/dev/null 1>&2 & disown
while true ; do
dwm
sleep 0.5