diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 49b8a4d..5ac2372 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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 diff --git a/builds/utils/disp b/builds/utils/disp index a12db55..fe786fa 100755 --- a/builds/utils/disp +++ b/builds/utils/disp @@ -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