This commit is contained in:
Ray Elliott 2020-12-30 12:40:10 +00:00
parent 86e4f3f5bf
commit 0ae2d8660a
1 changed files with 3 additions and 0 deletions

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