Restore SDDM-Config when the primary screen patch is no longer needed
This commit is contained in:
parent
352a897d88
commit
6c81e93937
1 changed files with 5 additions and 0 deletions
|
@ -237,6 +237,11 @@
|
||||||
block: |
|
block: |
|
||||||
xrandr --output {{ dual_screen[0] }} --primary
|
xrandr --output {{ dual_screen[0] }} --primary
|
||||||
when: dual_screen is defined
|
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
|
- name: Deploy fix-screen script
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: lmn-fix-screen.j2
|
src: lmn-fix-screen.j2
|
||||||
|
|
Loading…
Add table
Reference in a new issue