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 \
|
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
|
||||||
|
|
|
@ -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 &
|
||||||
|
|
Loading…
Reference in New Issue