From 36499b1f219ea755654e96af49900a9e9a4b93df Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 5 Jan 2024 12:10:26 +0000 Subject: [PATCH] update --- bspwmrc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bspwmrc b/bspwmrc index edbb4e2..81d091e 100755 --- a/bspwmrc +++ b/bspwmrc @@ -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