codify more things in the phone configuration
This commit is contained in:
parent
a4284d5904
commit
c736b1c6a8
|
@ -59,6 +59,7 @@ termux-pkgs:
|
|||
bspwm \
|
||||
termux-api \
|
||||
jq \
|
||||
xclip \
|
||||
isync \
|
||||
neomutt \
|
||||
pandoc \
|
||||
|
|
|
@ -174,11 +174,16 @@ case "$(hostname)" in
|
|||
;;
|
||||
"localhost") # phone in termux
|
||||
pkill sxhkd
|
||||
cd ~
|
||||
sxhkd -c ~/.config/sxhkd/phone & disown
|
||||
|
||||
cd -
|
||||
xrandr --output VNC-0 --mode 1920x1080
|
||||
bspc monitor VNC-0 -d 1 2 3 4 5 6 7 8 9 # the phone uses different desktop descriptors
|
||||
feh --bg-fill ~/.local/share/pape.jpg
|
||||
bspc config top_padding 0
|
||||
bspc config bottom_padding 100
|
||||
mkdir -p ~/.cache/statusbar
|
||||
;;
|
||||
esac
|
||||
|
||||
# initial post-wm setup
|
||||
|
|
Loading…
Reference in New Issue