Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Forked from miguelmota/config
Created March 19, 2022 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pythoninthegrass/5a947fd346a47b7f15727df3e3845ed4 to your computer and use it in GitHub Desktop.
Save pythoninthegrass/5a947fd346a47b7f15727df3e3845ed4 to your computer and use it in GitHub Desktop.
Arch linux VNC server setup
session=lxqt
geometry=1920x1080
localhost # comment this out to allow connections from anywhere
alwaysshared
sudo pacman -S tigervnc
vncpasswd
vim /etc/tigervnc/vncserver.users
vim ~/.vnc/config
sudo systemctl start vncserver@:1
# ufw allow 5901
# vncvierwer
:1=your_username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment