Fix wrong monitorname for laptop
This commit is contained in:
parent
699f7108e4
commit
a24c34acb7
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ if [[ $host_name == "portalo" ]]; then
|
||||||
#bspc desktop ^9 --layout monocle
|
#bspc desktop ^9 --layout monocle
|
||||||
bspc desktop ^10 --layout monocle
|
bspc desktop ^10 --layout monocle
|
||||||
elif [[ $host_name == *"laptop"* ]]; then
|
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
|
else
|
||||||
bspc monitor primary -d web terminal 3 4 5 6 7 8 9 10
|
bspc monitor primary -d web terminal 3 4 5 6 7 8 9 10
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
[bar/laptop-primary]
|
[bar/laptop-primary]
|
||||||
inherit = bar/base
|
inherit = bar/base
|
||||||
|
|
||||||
monitor = eDP1
|
monitor = eDP-1
|
||||||
|
|
||||||
modules-left = bspwm i3
|
modules-left = bspwm i3
|
||||||
modules-center =
|
modules-center =
|
||||||
|
|
Loading…
Reference in a new issue