This commit is contained in:
Ray Elliott 2024-01-05 12:10:26 +00:00
parent d64d4fe317
commit 36499b1f21
1 changed files with 8 additions and 7 deletions

15
bspwmrc
View File

@ -21,15 +21,16 @@ if [ "$_hostname" = MachineOne ] ; then
##############################################################################
## 1 monitor #################################################################
bspc monitor HDMI-0 -d 1 2 3 4 5 6 7 8 9 0 0_a 0_b 0_c 0_d 0_e minus equal F1 F2 F3 F4
# bspc monitor HDMI-0 -d 1 2 3 4 5 6 7 8 9 0 0_a 0_b 0_c 0_d 0_e minus equal F1 F2 F3 F4
##############################################################################
## 2 monitor #################################################################
bspc wm --add-monitor FULLV 1920x2160+0+0
bspc monitor FULLV -d V1 V2 V3 V4
# unused monitors
# bspc monitor DVI-0 -d F10 F10_a F10_b F10_c
# bspc monitor VGA-0 -d x x_a x_b x_c x_d x_e
# disconnected monitors
# bspc monitor HDMI-1-1 -d F5 F6 F7 F8
# bspc monitor DVI-1-1 -d F9 F9_a F9_b F9_c F9_d F9_e
bspc monitor HDMI-0 -d 1 2 3 4 5 6 7 8 9
bspc monitor DVI-0 -d 0 0_a 0_b 0_c 0_d 0_e minus equal F1 F2 F3 F4
##############################################################################
fi
bspc config ignore_ewmh_focus true