mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
bspwm : screen rule is removed for fullscreen session
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user