bspwm : screen rule is removed for fullscreen session

This commit is contained in:
2024-12-26 17:13:06 +09:00
parent ed95c3a26a
commit 533a13971d

View File

@ -66,15 +66,8 @@ bspc config focused_private_border_color "$color1"
bspc config active_private_border_color "$color1" bspc config active_private_border_color "$color1"
bspc config normal_private_border_color "$color1" bspc config normal_private_border_color "$color1"
bspc rule -a \* state=tiled bspc rule -a Emacs state=tiled
# Load session # bspc rule -a \* state=tiled
# shellcheck source=/dev/null
#. "$BSPWM_CONFIG/restore.cfg"
#if [ -e "$BSPWM_STATE" ] ; then
# bspc wm --load-state "$BSPWM_STATE"
# bspc wm --adopt-orphans
# rm "$BSPWM_STATE"
#fi
# TODO heres polybar # TODO heres polybar
if [[ $JUPCID == "HOME-DESKTOP" ]]; then if [[ $JUPCID == "HOME-DESKTOP" ]]; then