trixie/roles/lmn_fvs/templates/lmn-fix-screen.j2

11 lines
181 B
Text
Raw Normal View History

#!/usr/bin/bash
#
# Set the primary screen after login
#
set -eu
sleep 5
if [[ "$XDG_SESSION_TYPE" = wayland ]] ; then
kscreen-doctor output.{{ dual_screen[1] }}.priority.1
fi