aboutsummaryrefslogtreecommitdiff
path: root/vnc
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-04-17 15:33:28 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-04-17 15:33:28 +0200
commit9a4536953e73b5584e6e8f4b087595fed797a73a (patch)
tree158014e962026b2d44ba4b29a566725e2dc0d4ac /vnc
parent7889898acbf7023081a23974ac13aafd4949498b (diff)
Added vnc configuration
Diffstat (limited to 'vnc')
-rwxr-xr-xvnc/.vnc/xstartup10
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 &