New PCs need more time before the screen resolution can be fixed
This commit is contained in:
parent
10e386d824
commit
c909f222a4
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ if [[ "$XDG_SESSION_TYPE" = wayland ]] ; then
|
||||||
while ! kscreen-doctor -o; do
|
while ! kscreen-doctor -o; do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
sleep 2
|
||||||
{% if dual_screen is defined %}
|
{% if dual_screen is defined %}
|
||||||
kscreen-doctor output.{{ dual_screen[1] }}.priority.1
|
kscreen-doctor output.{{ dual_screen[1] }}.priority.1
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue