Skip to content

Instantly share code, notes, and snippets.

@mcpcpc
Last active June 21, 2020 20:18
Show Gist options
  • Save mcpcpc/ff23d5e875021d9b0b541bc7965a27a7 to your computer and use it in GitHub Desktop.
Save mcpcpc/ff23d5e875021d9b0b541bc7965a27a7 to your computer and use it in GitHub Desktop.
KISS Linux start x11vnc
#!/bin/sh
#
# start x11vnc server
x11vnc -repeat -forever -display :1 -auth "$XDG_DATA_HOME/sx/xauthority" -bg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment