From 9a64781d0850906acc643b17f59527a7618489fa Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Fri, 26 Apr 2024 12:16:23 -0500 Subject: [PATCH] add new packages to phone termux setup; modify start-termux-xorg --- Makefile | 7 +++++++ builds/utils/sh/start-termux-xorg | 3 +++ 2 files changed, 10 insertions(+) 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 &