diff options
Diffstat (limited to '.vnc')
| -rwxr-xr-x | .vnc/xstartup | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.vnc/xstartup b/.vnc/xstartup new file mode 100755 index 0000000..bbbc0db --- /dev/null +++ b/.vnc/xstartup @@ -0,0 +1,16 @@ +#!/data/data/com.termux/files/usr/bin/sh + +## file is executed during VNC server +## startup. + +# Launch terminal emulator Aterm. +# Requires package 'aterm'. + +unset SESSION_MANAGER +unset DBUS_SESSION_BUS_ADDRESS + +export PULSE_SERVER=127.0.0.1 && pulseaudio --start --disable-shm=1 --exit-idle-time=-1 + +# Launch Window Manager/Desktop Environment +bspwm & + |
