use named desktops

This commit is contained in:
Ray Elliott 2020-08-31 21:40:40 +01:00
parent ba250a4839
commit 999f164073
1 changed files with 4 additions and 8 deletions

12
bspwmrc
View File

@ -8,20 +8,16 @@ if [ "$_hostname" = Patricia ] ; then
bspc wm --add-monitor FULL 3840x1080+1920+0
# 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
bspc monitor VGA-0 -d α β γ δ ε ζ η θ ι κ
# 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
bspc monitor VGA-0 -d F1 F2 F3 F4 F5 F6 F7 F8 F9 F10
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
elif [ "$_hostname" = Pamela ] ; then
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
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela &
fi