some misc changes
This commit is contained in:
parent
7f4055435b
commit
6f2c96613b
|
@ -47,7 +47,9 @@ super + e
|
||||||
bspc quit 0
|
bspc quit 0
|
||||||
|
|
||||||
ctrl + b; e
|
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
|
# systemctl suspend
|
||||||
super + shift + e
|
super + shift + e
|
||||||
|
|
|
@ -179,6 +179,10 @@ case "$(hostname)" in
|
||||||
bspc config top_padding 0
|
bspc config top_padding 0
|
||||||
bspc config bottom_padding 100
|
bspc config bottom_padding 100
|
||||||
mkdir -p ~/.cache/statusbar
|
mkdir -p ~/.cache/statusbar
|
||||||
|
pgrep -a st | \
|
||||||
|
grep statusbar | \
|
||||||
|
awk '{print $1}' | \
|
||||||
|
xargs kill
|
||||||
termux-statusbar-polyfill start_statusbars
|
termux-statusbar-polyfill start_statusbars
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue