some misc changes

This commit is contained in:
stupidcomputer 2024-11-04 01:45:16 -06:00
parent 7f4055435b
commit 6f2c96613b
2 changed files with 7 additions and 1 deletions

View File

@ -47,7 +47,9 @@ super + e
bspc quit 0
ctrl + b; e
bspc quit 0
bspc quit 0; \
pkill X # phone starts bspwm differently
# to take everything down, we need to kill X
# systemctl suspend
super + shift + e

View File

@ -179,6 +179,10 @@ case "$(hostname)" in
bspc config top_padding 0
bspc config bottom_padding 100
mkdir -p ~/.cache/statusbar
pgrep -a st | \
grep statusbar | \
awk '{print $1}' | \
xargs kill
termux-statusbar-polyfill start_statusbars
;;
esac