This commit is contained in:
Ray Elliott 2026-01-23 17:09:30 +00:00
parent 634dc22043
commit b20a830156
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,8 @@ _hostname="$(hostname)"
if [ "$_hostname" = MachineOne ] ; then if [ "$_hostname" = MachineOne ] ; then
bspc monitor DP-0 -d F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 bspc monitor DP-0 -d F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12
bspc monitor DP-5 -d 1 2 3 4 5 6 7 8 9 0 0_a 0_b 0_c 0_d 0_e bspc monitor DP-5 -d 1 2 3 4 5 6 7 8 9 0 0_a 0_b 0_c 0_d 0_e
bspc monitor HDMI-0 -d S1 S2 S3 S4 S5 S6 S7 S8 S9 S10 S11 S12 S13 S14 S15 S16 S17 S18 S19 S20 bspc monitor DP-2 -d S1 S2 S3 S4 S5 S6 S7 S8 S9 S10 S11 S12 S13 S14 S15 S16 S17 S18 S19 S20
bspc monitor HDMI-0 -d H1 H2 H3 H4 H5 H6 H7 H8 H9 H0
fi fi
bspc config ignore_ewmh_focus true bspc config ignore_ewmh_focus true
@ -29,6 +30,7 @@ bspc rule -a mpv state=floating follow=on
bspc rule -a Gvim state=floating follow=on bspc rule -a Gvim state=floating follow=on
bspc rule -a ffplay state=floating follow=on bspc rule -a ffplay state=floating follow=on
bspc rule -a Zathura state=fullscreen follow=on bspc rule -a Zathura state=fullscreen follow=on
bspc rule -a org.remmina.Remmina state=fullscreen follow=on
bspc rule -a 188.68.165.184 state=fullscreen follow=on bspc rule -a 188.68.165.184 state=fullscreen follow=on
bspc rule -a 188.68.166.184 state=fullscreen follow=on bspc rule -a 188.68.166.184 state=fullscreen follow=on