From c736b1c6a8939bcbc69bf3cbe19214c12924666f Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Sun, 3 Nov 2024 23:57:17 -0600 Subject: [PATCH] codify more things in the phone configuration --- boxes/phone/out-of-tree/Makefile | 1 + builds/utils/disp | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/boxes/phone/out-of-tree/Makefile b/boxes/phone/out-of-tree/Makefile index 0ad4ea1..66f2adc 100644 --- a/boxes/phone/out-of-tree/Makefile +++ b/boxes/phone/out-of-tree/Makefile @@ -59,6 +59,7 @@ termux-pkgs: bspwm \ termux-api \ jq \ + xclip \ isync \ neomutt \ pandoc \ diff --git a/builds/utils/disp b/builds/utils/disp index 92c59fd..894ba8a 100755 --- a/builds/utils/disp +++ b/builds/utils/disp @@ -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