5 lines
205 B
Text
5 lines
205 B
Text
# Allow quitting the X server with Ctrl+Alt+Backspace
|
|
setxkbmap -option terminate:ctrl_alt_bksp
|
|
|
|
# Start the VNC server
|
|
[ -x /usr/sbin/x11vnc ] && x11vnc -display :0 -usepw -shared -forever -bg -noxdamage
|