use named desktops
This commit is contained in:
parent
ba250a4839
commit
999f164073
12
bspwmrc
12
bspwmrc
|
@ -8,20 +8,16 @@ if [ "$_hostname" = Patricia ] ; then
|
||||||
bspc wm --add-monitor FULL 3840x1080+1920+0
|
bspc wm --add-monitor FULL 3840x1080+1920+0
|
||||||
|
|
||||||
# virtual monitor
|
# virtual monitor
|
||||||
bspc monitor FULL -d I II III IV V VI VII VIII IX X
|
bspc monitor FULL -d one two three four five six seven eight nine zero
|
||||||
|
bspc config -m FULL border_width 0
|
||||||
|
|
||||||
# aoc 1
|
# aoc 1
|
||||||
bspc monitor VGA-0 -d α β γ δ ε ζ η θ ι κ
|
bspc monitor VGA-0 -d F1 F2 F3 F4 F5 F6 F7 F8 F9 F10
|
||||||
|
|
||||||
# aoc 2
|
|
||||||
# bspc monitor HDMI-0 -d 1 2 3 4 5 6 7
|
|
||||||
|
|
||||||
# the other one
|
|
||||||
# bspc monitor DVI-0 -d 001 010 011 100 101 110 111
|
|
||||||
|
|
||||||
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
|
||||||
bspc monitor eDP-1-1 -d α β γ δ ε ζ η
|
bspc monitor eDP-1-1 -d α β γ δ ε ζ η
|
||||||
|
bspc config -m eDP-1-1 border_width 0
|
||||||
bspc monitor VGA-1-1 -d I II III IV V VI VII
|
bspc monitor VGA-1-1 -d I II III IV V VI VII
|
||||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela &
|
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela &
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue