aboutsummaryrefslogtreecommitdiff
path: root/.vnc
diff options
context:
space:
mode:
Diffstat (limited to '.vnc')
-rw-r--r--.vnc/config4
-rwxr-xr-x.vnc/xstartup16
2 files changed, 0 insertions, 20 deletions
diff --git a/.vnc/config b/.vnc/config
deleted file mode 100644
index 5c1462c..0000000
--- a/.vnc/config
+++ /dev/null
@@ -1,4 +0,0 @@
-session=bspwm
-geometry=1920x1080
-localhost
-alwaysshared
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 &
-