give names to monitors
This commit is contained in:
parent
8a6f87c141
commit
ea77a965cf
10
bspwmrc
10
bspwmrc
|
@ -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 -d I II III IV V VI VII VIII IX
|
bspc monitor HDMI-0 -n pat-0 -d I II III IV V VI VII VIII IX
|
||||||
# the other one
|
# the other one
|
||||||
bspc monitor DVI-0 -d 001 010 011 100 101
|
bspc monitor DVI-0 -n pat-1 -d 001 010 011 100 101
|
||||||
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 -d I II III IV V VI VII VIII
|
bspc monitor HDMI-1-1 -n 0 -d I II III IV V VI VII VIII
|
||||||
# samsung
|
# samsung
|
||||||
bspc monitor VGA-1-1 -d 001 010 011 100 101
|
bspc monitor VGA-1-1 -n 1 -d 001 010 011 100 101
|
||||||
# laptop
|
# laptop
|
||||||
bspc monitor eDP-1-1 -d α β γ δ ε
|
bspc monitor eDP-1-1 -n 2 -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue