Advertisement
Dj_Dexter

.profile

Nov 26th, 2011
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. if [ ! -e /tmp/.X0-lock ]; then
  2. nohup $(startx -- &> /dev/null) > /dev/null &
  3. exit
  4. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement