updated monitor configuration
This commit is contained in:
parent
da905e5b4e
commit
ad096560fb
6
bspwmrc
6
bspwmrc
|
@ -21,12 +21,8 @@ if [ "$_hostname" = Patricia ] ; then
|
|||
|
||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
|
||||
elif [ "$_hostname" = Pamela ] ; then
|
||||
# AOC
|
||||
bspc monitor HDMI-1-1 -d I II III IV V VI VII VIII IX X
|
||||
# samsung
|
||||
bspc monitor VGA-1-1 -d 001 010 011 100 101 110 111
|
||||
# laptop
|
||||
bspc monitor eDP-1-1 -d α β γ δ ε ζ η
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue