dot_testing/builds/utils/start-termux-xorg

8 lines
174 B
Plaintext
Executable File

pkill Xvnc
rm -f /data/data/com.termux/files/usr/tmp/.X1-lock
rm -f /data/data/com.termux/files/usr/tmp/.X11-unix/X1
vncserver -localhost
export DISPLAY=":1"
sxhkd &
bspwm &