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 \ tigervnc \
sxhkd \ sxhkd \
clang \ clang \
elinks \
tmux \
fontconfig \ fontconfig \
xorgproto \ xorgproto \
fzy \ fzy \
man \
libxft \ libxft \
firefox \ firefox \
mupdf \
texlive-bin \
htop \ htop \
rbw \
pkg-config \ pkg-config \
bspwm \ bspwm \
x11-repo x11-repo
termux-dots: termux-dots:
ln -sf $(CURDIR)/.config ~/.config ln -sf $(CURDIR)/.config ~/.config
ln -sf $(CURDIR)/home/ssh/config ~/.ssh/config
ln -sf ~/.config/bash/bashrc ~/.bashrc ln -sf ~/.config/bash/bashrc ~/.bashrc
ln -sf ~/.config/bash/profile ~/.bash_profile 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 vncserver -localhost
export DISPLAY=":1" export DISPLAY=":1"
sxhkd & sxhkd &