add new packages to phone termux setup; modify start-termux-xorg

This commit is contained in:
stupidcomputer 2024-04-26 12:16:23 -05:00
parent 900e8e2445
commit 9a64781d08
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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 &