Skip to content

Instantly share code, notes, and snippets.

@aimeemikaelac
Created April 19, 2017 01:03
Show Gist options
  • Save aimeemikaelac/818563094d764e7dcd08f42944b16511 to your computer and use it in GitHub Desktop.
Save aimeemikaelac/818563094d764e7dcd08f42944b16511 to your computer and use it in GitHub Desktop.
vnc server xstartup script in ~/.vnc/xstartup. Requires autocutsel so that copy/paste works correctly over vnc
#!/bin/bash
xrdb $HOME/.Xresources
autocutsel -fork
startxfce4 &
@aimeemikaelac
Copy link
Author

Also, to get tab completion to work, execute:

xfconf-query -c xfce4-keyboard-shortcuts -p /xfwm4/custom/'<'Super'>'Tab -r

Taken from: [TECH] fixing the tab key in VNC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment