reconfigure monitors

This commit is contained in:
Ray Elliott 2020-08-31 22:25:04 +01:00
parent 999f164073
commit 93e786ddca
1 changed files with 7 additions and 5 deletions

12
bspwmrc
View File

@ -5,20 +5,22 @@ _hostname="$(hostname)"
if [ "$_hostname" = Patricia ] ; then
# create full virtual monitor
bspc wm --add-monitor FULL 3840x1080+1920+0
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 config -m FULL border_width 0
# aoc 1
bspc monitor VGA-0 -d F1 F2 F3 F4 F5 F6 F7 F8 F9 F10
bspc monitor VGA-0 -d F1 F2 F3 F4 F5 F6 F7 F8
# samsung
bspc monitor DVI-I-1-2 -d F9 F10 F11 F12
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
bspc monitor eDP-1-1 -d one two three four five six seven eight nine zero
# bspc config -m eDP-1-1 border_width 0
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela &
fi