This commit is contained in:
Ray Elliott 2020-12-30 12:40:10 +00:00
commit 0ae2d8660a

View file

@ -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