diff --git a/roles/lmn_fvs/templates/lmn-fix-screen.j2 b/roles/lmn_fvs/templates/lmn-fix-screen.j2 index ea1165c..369a01d 100644 --- a/roles/lmn_fvs/templates/lmn-fix-screen.j2 +++ b/roles/lmn_fvs/templates/lmn-fix-screen.j2 @@ -10,6 +10,7 @@ if [[ "$XDG_SESSION_TYPE" = wayland ]] ; then while ! kscreen-doctor -o; do sleep 1 done + sleep 2 {% if dual_screen is defined %} kscreen-doctor output.{{ dual_screen[1] }}.priority.1 {% endif %}