diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-30 14:05:51 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-30 14:05:51 +0200 |
commit | 6a4662677712caf3a511fac4aa4e0afaf98947d0 (patch) | |
tree | 93a5de000ab3e03045215082895f70f120c72dd0 /vnc/.vnc/xstartup | |
parent | 97a9268275b5548d8486c5774373c09889fdd7dd (diff) |
Update VNC conf
Diffstat (limited to 'vnc/.vnc/xstartup')
-rwxr-xr-x | vnc/.vnc/xstartup | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/vnc/.vnc/xstartup b/vnc/.vnc/xstartup index 09d56ac..5a0afe6 100755 --- a/vnc/.vnc/xstartup +++ b/vnc/.vnc/xstartup @@ -1,10 +1,9 @@ #!/bin/sh -xsetroot -solid grey +#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 +#export XKL_XMODMAP_DISABLE=1 /etc/X11/Xsession -lxqt-session -#pulseaudio & +lxqt-session & |