add border width on windows for all monitors
This commit is contained in:
parent
9378af8da1
commit
11907764bd
3
bspwmrc
3
bspwmrc
|
@ -10,9 +10,7 @@ if [ "$_hostname" = MachineOne ] ; then
|
||||||
|
|
||||||
# virtual monitors
|
# virtual monitors
|
||||||
bspc monitor FULLV -d F1 F2 F3 F4
|
bspc monitor FULLV -d F1 F2 F3 F4
|
||||||
bspc config -m FULLV border_width 0
|
|
||||||
bspc monitor FULLH -d F5 F6 F7 F8
|
bspc monitor FULLH -d F5 F6 F7 F8
|
||||||
bspc config -m FULLH border_width 0
|
|
||||||
|
|
||||||
# aoc 1
|
# aoc 1
|
||||||
bspc monitor VGA-1 -d one two three four five six seven eight nine zero
|
bspc monitor VGA-1 -d one two three four five six seven eight nine zero
|
||||||
|
@ -23,7 +21,6 @@ if [ "$_hostname" = MachineOne ] ; then
|
||||||
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
|
||||||
bspc monitor eDP-1-1 -d one two three four five six seven eight nine zero
|
bspc monitor eDP-1-1 -d one two three four five six seven eight nine zero
|
||||||
# bspc config -m eDP-1-1 border_width 0
|
|
||||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machinetwo &
|
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machinetwo &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue