Restore SDDM-Config when the primary screen patch is no longer needed

This commit is contained in:
Raphael Dannecker 2025-01-13 13:43:24 +01:00
parent 352a897d88
commit 6c81e93937

View file

@ -237,6 +237,11 @@
block: |
xrandr --output {{ dual_screen[0] }} --primary
when: dual_screen is defined
- name: Reset primary screen for login
blockinfile:
path: /usr/share/sddm/scripts/Xsetup
state: absent
when: dual_screen is not defined
- name: Deploy fix-screen script
ansible.builtin.template:
src: lmn-fix-screen.j2