update
This commit is contained in:
parent
58544296db
commit
c366359847
14
bspwmrc
14
bspwmrc
|
@ -18,16 +18,12 @@ if [ "$_hostname" = MachineOne ] ; then
|
||||||
bspc monitor FULLV -d F5 F6 F7 F8
|
bspc monitor FULLV -d F5 F6 F7 F8
|
||||||
bspc monitor FULLH -d F1 F2 F3 F4
|
bspc monitor FULLH -d F1 F2 F3 F4
|
||||||
|
|
||||||
bspc monitor VGA-1 -d 1 2 3 4 5
|
bspc monitor VGA-0 -d 1 2 3 4 5
|
||||||
bspc monitor HDMI-1 -d 6 7 8 9 0
|
bspc monitor HDMI-0 -d 6 7 8 9 0
|
||||||
bspc monitor DVI-I-1-1 -d F9 F9_a F9_b F9_c
|
bspc monitor DVI-1-1 -d F9 F9_a F9_b F9_c F9_d F9_e
|
||||||
bspc monitor DVI-1 -d F10 F10_a F10_b F10_c
|
bspc monitor DVI-0 -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
|
|
||||||
bspc monitor eDP-1 -d one two three four five six seven eight nine zero
|
|
||||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machinetwo &
|
|
||||||
bspc rule -a Surf state=tiled follow=on
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
bspc config ignore_ewmh_focus true
|
bspc config ignore_ewmh_focus true
|
||||||
|
|
Loading…
Reference in New Issue