reorder desktops

This commit is contained in:
Ray Elliott 2020-08-31 23:03:31 +01:00
parent 93e786ddca
commit 1ad63b2ad1
1 changed files with 3 additions and 3 deletions

View File

@ -8,14 +8,14 @@ if [ "$_hostname" = Patricia ] ; then
bspc wm --add-monitor FULL 3840x1080+1920+1080 bspc wm --add-monitor FULL 3840x1080+1920+1080
# virtual monitor # 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 bspc config -m FULL border_width 0
# aoc 1 # 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 # 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 & sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
elif [ "$_hostname" = Pamela ] ; then elif [ "$_hostname" = Pamela ] ; then