aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/linux_desktop/tasks/main.yml')
-rw-r--r--roles/linux_desktop/tasks/main.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/roles/linux_desktop/tasks/main.yml b/roles/linux_desktop/tasks/main.yml
index 496a147..d24099f 100644
--- a/roles/linux_desktop/tasks/main.yml
+++ b/roles/linux_desktop/tasks/main.yml
@@ -23,10 +23,11 @@
dest: /etc/systemd/system/default.target
state: link
-- name: generate sddm configuration
- copy:
- src: etc/sddm.conf
- dest: /etc/sddm.conf
+- name: set sddm to use x11
+ lineinfile:
+ path: /etc/sddm.conf
+ regexp: ^DisplayServer=
+ line: DisplayServer=x11
notify: restart sddm
- name: enable sddm