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