update to vertical samsung-dvi
This commit is contained in:
parent
439f7e2b53
commit
17ce7b0c1f
7
bspwmrc
7
bspwmrc
|
@ -1,5 +1,8 @@
|
|||
#! /bin/sh
|
||||
|
||||
# To restart bspwm after changing configuration options do
|
||||
# bspc wm -r
|
||||
|
||||
if pgrep sxhkd ; then pkill sxhkd; fi
|
||||
_hostname="$(hostname)"
|
||||
|
||||
|
@ -8,8 +11,8 @@ if [ "$_hostname" = MachineOne ] ; then
|
|||
# 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 FULLH 3840x1080+0+1080
|
||||
bspc wm --add-monitor FULLV 1920x2160+3000+0
|
||||
bspc wm --add-monitor FULLH 3840x1080+1080+1080
|
||||
|
||||
# virtual monitors
|
||||
bspc monitor FULLV -d F5 F6 F7 F8
|
||||
|
|
Loading…
Reference in New Issue