reorder desktops
This commit is contained in:
parent
93e786ddca
commit
1ad63b2ad1
6
bspwmrc
6
bspwmrc
|
@ -8,14 +8,14 @@ if [ "$_hostname" = Patricia ] ; then
|
|||
bspc wm --add-monitor FULL 3840x1080+1920+1080
|
||||
|
||||
# virtual monitor
|
||||
bspc monitor FULL -d one two three four five six seven eight nine zero
|
||||
bspc monitor FULL -d F1 F2 F3 F4 F5 F6 F7 F8
|
||||
bspc config -m FULL border_width 0
|
||||
|
||||
# aoc 1
|
||||
bspc monitor VGA-0 -d F1 F2 F3 F4 F5 F6 F7 F8
|
||||
bspc monitor VGA-1 -d one two three four five six seven eight nine zero
|
||||
|
||||
# samsung
|
||||
bspc monitor DVI-I-1-2 -d F9 F10 F11 F12
|
||||
bspc monitor DVI-I-1-1 -d F9 F10 F11 F12
|
||||
|
||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
|
||||
elif [ "$_hostname" = Pamela ] ; then
|
||||
|
|
Loading…
Reference in New Issue