update
This commit is contained in:
parent
6229dd2b1e
commit
21eb0ffbe2
14
bspwmrc
14
bspwmrc
|
@ -9,16 +9,16 @@ if [ "$_hostname" = MachineOne ] ; then
|
||||||
bspc monitor FULLV -r
|
bspc monitor FULLV -r
|
||||||
bspc monitor FULLH -r
|
bspc monitor FULLH -r
|
||||||
bspc wm --add-monitor FULLV 1920x2160+1920+0
|
bspc wm --add-monitor FULLV 1920x2160+1920+0
|
||||||
bspc wm --add-monitor FULLH 3840x1080+1920+1080
|
bspc wm --add-monitor FULLH 3840x1080+0+1080
|
||||||
|
|
||||||
# virtual monitors
|
# virtual monitors
|
||||||
bspc monitor FULLV -d F1 F2 F3 F4
|
bspc monitor FULLV -d F5 F6 F7 F8
|
||||||
bspc monitor FULLH -d F5 F6 F7 F8
|
bspc monitor FULLH -d F1 F2 F3 F4
|
||||||
|
|
||||||
bspc monitor VGA-1 -d 1 2 3 4 5 6 7 8 9 0
|
bspc monitor VGA-1 -d 1 2 3 4 5
|
||||||
bspc monitor HDMI-1 -d KP_End KP_Down KP_Next KP_Next_a KP_Next_b KP_Next_c
|
bspc monitor HDMI-1 -d 6 7 8 9 0
|
||||||
bspc monitor DVI-1 -d KP_Left KP_Begin KP_Right KP_Right_a KP_Right_b KP_Right_c
|
bspc monitor DVI-I-1-1 -d F9 F9_a F9_b F9_c
|
||||||
bspc monitor DVI-I-1-1 -d KP_Add KP_Add_a KP_Add_b KP_Add_c
|
bspc monitor DVI-1 -d F10 F10_a F10_b F10_c
|
||||||
|
|
||||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machineone &
|
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machineone &
|
||||||
elif [ "$_hostname" = MachineTwo ] ; then
|
elif [ "$_hostname" = MachineTwo ] ; then
|
||||||
|
|
Loading…
Reference in New Issue