updated monitor configuration

This commit is contained in:
= 2020-07-12 17:45:00 +01:00
parent da905e5b4e
commit ad096560fb
1 changed files with 1 additions and 5 deletions

View File

@ -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