.bash_xinitrc no nohup output
This commit is contained in:
parent
02c72e5889
commit
87d4ae293a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue