diff --git a/Makefile b/Makefile index f04f794..80b868d 100644 --- a/Makefile +++ b/Makefile @@ -13,17 +13,24 @@ termux-pkgs: tigervnc \ sxhkd \ clang \ + elinks \ + tmux \ fontconfig \ xorgproto \ fzy \ + man \ libxft \ firefox \ + mupdf \ + texlive-bin \ htop \ + rbw \ pkg-config \ bspwm \ x11-repo termux-dots: ln -sf $(CURDIR)/.config ~/.config + ln -sf $(CURDIR)/home/ssh/config ~/.ssh/config ln -sf ~/.config/bash/bashrc ~/.bashrc ln -sf ~/.config/bash/profile ~/.bash_profile diff --git a/builds/utils/sh/start-termux-xorg b/builds/utils/sh/start-termux-xorg index 6172eb2..b1c528d 100755 --- a/builds/utils/sh/start-termux-xorg +++ b/builds/utils/sh/start-termux-xorg @@ -1,3 +1,6 @@ +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 &