update
This commit is contained in:
parent
d64d4fe317
commit
36499b1f21
15
bspwmrc
15
bspwmrc
|
@ -21,15 +21,16 @@ if [ "$_hostname" = MachineOne ] ; then
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
## 1 monitor #################################################################
|
## 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
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
# unused monitors
|
## 2 monitor #################################################################
|
||||||
# bspc monitor DVI-0 -d F10 F10_a F10_b F10_c
|
bspc wm --add-monitor FULLV 1920x2160+0+0
|
||||||
# bspc monitor VGA-0 -d x x_a x_b x_c x_d x_e
|
bspc monitor FULLV -d V1 V2 V3 V4
|
||||||
# disconnected monitors
|
|
||||||
# bspc monitor HDMI-1-1 -d F5 F6 F7 F8
|
bspc monitor HDMI-0 -d 1 2 3 4 5 6 7 8 9
|
||||||
# bspc monitor DVI-1-1 -d F9 F9_a F9_b F9_c F9_d F9_e
|
bspc monitor DVI-0 -d 0 0_a 0_b 0_c 0_d 0_e minus equal F1 F2 F3 F4
|
||||||
|
##############################################################################
|
||||||
fi
|
fi
|
||||||
|
|
||||||
bspc config ignore_ewmh_focus true
|
bspc config ignore_ewmh_focus true
|
||||||
|
|
Loading…
Reference in New Issue