add new packages to phone termux setup; modify start-termux-xorg
This commit is contained in:
parent
900e8e2445
commit
9a64781d08
7
Makefile
7
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
|
||||
|
|
|
@ -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 &
|
||||
|
|
Loading…
Reference in New Issue