update
This commit is contained in:
parent
86e4f3f5bf
commit
0ae2d8660a
3
bspwmrc
3
bspwmrc
|
@ -5,6 +5,9 @@ _hostname="$(hostname)"
|
||||||
|
|
||||||
if [ "$_hostname" = MachineOne ] ; then
|
if [ "$_hostname" = MachineOne ] ; then
|
||||||
# create virtual monitors
|
# create virtual monitors
|
||||||
|
# first remove any created already
|
||||||
|
bspc monitor FULLV -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+1920+1080
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue