update monitor names on pamela

This commit is contained in:
= 2020-04-04 10:58:30 +01:00
parent ea77a965cf
commit a6de093cfe
1 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@ 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 -n 0 -d I II III IV V VI VII VIII
bspc monitor HDMI-1-1 -n pam-2 -d I II III IV V VI VII VIII
# samsung
bspc monitor VGA-1-1 -n 1 -d 001 010 011 100 101
bspc monitor VGA-1-1 -n pam-1 -d 001 010 011 100 101
# laptop
bspc monitor eDP-1-1 -n 2 -d α β γ δ ε
bspc monitor eDP-1-1 -n pam-0 -d α β γ δ ε
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela &
fi