diff --git a/bashrc b/bashrc index ab5ba26..4975b13 100755 --- a/bashrc +++ b/bashrc @@ -166,7 +166,7 @@ showinfo(){ x(){ if [[ -z $DISPLAY ]] && ! [[ -e /tmp/.X11-unix/X0 ]] && (( EUID )); then - nohup startx >~/.backup/log/xorg.log 2>&1 & + exec nohup startx # >~/.backup/log/xorg.log 2>&1 & else echo "X cant be started! Maybe another X is already running!" 1>&2 fi