Enable Wayland for SDDM and copy KDE config.
This commit is contained in:
parent
a9d4ce2422
commit
38a9443571
6
roles/config/files/etc/sddm.conf.d/10-wayland.conf
Normal file
6
roles/config/files/etc/sddm.conf.d/10-wayland.conf
Normal file
@ -0,0 +1,6 @@
|
||||
[General]
|
||||
DisplayServer=wayland
|
||||
GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell
|
||||
|
||||
[Wayland]
|
||||
CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1 --inputmethod maliit-keyboard
|
@ -62,6 +62,19 @@
|
||||
become: true
|
||||
tags: config
|
||||
|
||||
- name: Copy config for SDDM (root)
|
||||
ansible.builtin.copy:
|
||||
src: "{{ item }}"
|
||||
dest: "/var/lib/sddm/.config/"
|
||||
owner: sddm
|
||||
group: sddm
|
||||
remote_src: true
|
||||
loop:
|
||||
- "~/.config/kwinoutputconfig.json"
|
||||
- "~/.config/kcminputrc"
|
||||
become: true
|
||||
tags: config
|
||||
|
||||
- name: x86_64 | Copy files (root)
|
||||
ansible.builtin.copy:
|
||||
src: "{{ item }}"
|
||||
|
@ -93,6 +93,7 @@
|
||||
- lldb
|
||||
- lldb-mi
|
||||
- lutris # games
|
||||
- maliit-keyboard # virtual keyboard
|
||||
- man-db # docs
|
||||
- mesa # video driver
|
||||
- mesa-vdpau # VDPAU
|
||||
|
Loading…
Reference in New Issue
Block a user