diff options
-rwxr-xr-x | vnc/.vnc/xstartup | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vnc/.vnc/xstartup b/vnc/.vnc/xstartup new file mode 100755 index 0000000..09d56ac --- /dev/null +++ b/vnc/.vnc/xstartup @@ -0,0 +1,10 @@ +#!/bin/sh + +xsetroot -solid grey +#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & +#x-window-manager & +# Fix to make GNOME work +export XKL_XMODMAP_DISABLE=1 +/etc/X11/Xsession +lxqt-session +#pulseaudio & |