some misc changes
This commit is contained in:
parent
7f4055435b
commit
6f2c96613b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue