This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf ~/.vnc && mkdir ~/.vnc | |
cat > ~/.vnc/xstartup << 'EOL' | |
#!/bin/bash | |
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources | |
export XKL_XMODMAP_DISABLE=1 | |
export XDG_CURRENT_DESKTOP="XFCE" | |
export DISPLAY=:1 | |
export XAUTHORITY=$HOME/.Xauthority |
OlderNewer