diff options
Diffstat (limited to '.vnc/xstartup')
| -rwxr-xr-x | .vnc/xstartup | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.vnc/xstartup b/.vnc/xstartup deleted file mode 100755 index bbbc0db..0000000 --- a/.vnc/xstartup +++ /dev/null @@ -1,16 +0,0 @@ -#!/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 & - |
