Fix wrong monitorname for laptop

This commit is contained in:
Tobias Reisinger 2020-09-22 20:24:00 +02:00
parent 699f7108e4
commit a24c34acb7
2 changed files with 2 additions and 2 deletions
.config/bspwm

View file

@ -11,7 +11,7 @@ if [[ $host_name == "portalo" ]]; then
#bspc desktop ^9 --layout monocle
bspc desktop ^10 --layout monocle
elif [[ $host_name == *"laptop"* ]]; then
bspc monitor eDP1 -d web terminal 3 4 5 6 7 8 9 10
bspc monitor eDP-1 -d web terminal 3 4 5 6 7 8 9 10
else
bspc monitor primary -d web terminal 3 4 5 6 7 8 9 10
fi