do not rename monitors

This commit is contained in:
Ray Elliott 2020-04-07 18:31:52 +01:00
parent 6e0b3de35b
commit b8789cf0c1
1 changed files with 5 additions and 5 deletions

10
bspwmrc
View File

@ -4,17 +4,17 @@ if pgrep sxhkd ; then pkill sxhkd; fi
if [ "$(hostname)" = Patricia ] ; then if [ "$(hostname)" = Patricia ] ; then
# aoc # aoc
bspc monitor HDMI-0 -n pat-0 -d I II III IV V VI VII VIII IX X bspc monitor HDMI-0 -d I II III IV V VI VII VIII IX X
# the other one # the other one
bspc monitor DVI-0 -n pat-1 -d 001 010 011 100 x101 bspc monitor DVI-0 -d 001 010 011 100 x101
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia & sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
elif [ "$(hostname)" = Pamela ] ; then elif [ "$(hostname)" = Pamela ] ; then
# AOC # AOC
bspc monitor HDMI-1-1 -n pam-2 -d I II III IV V VI VII VIII IX X bspc monitor HDMI-1-1 -d I II III IV V VI VII VIII IX X
# samsung # samsung
bspc monitor VGA-1-1 -n pam-1 -d 001 010 011 100 101 110 111 bspc monitor VGA-1-1 -d 001 010 011 100 101 110 111
# laptop # laptop
bspc monitor eDP-1-1 -n pam-0 -d α β γ δ ε ζ η bspc monitor eDP-1-1 -d α β γ δ ε ζ η
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela & sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela &
fi fi