Enable Wayland for SDDM and copy KDE config.

This commit is contained in:
exu 2024-10-14 20:47:54 +02:00
parent a9d4ce2422
commit 38a9443571
3 changed files with 20 additions and 0 deletions

View 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

View File

@ -62,6 +62,19 @@
become: true become: true
tags: config 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) - name: x86_64 | Copy files (root)
ansible.builtin.copy: ansible.builtin.copy:
src: "{{ item }}" src: "{{ item }}"

View File

@ -93,6 +93,7 @@
- lldb - lldb
- lldb-mi - lldb-mi
- lutris # games - lutris # games
- maliit-keyboard # virtual keyboard
- man-db # docs - man-db # docs
- mesa # video driver - mesa # video driver
- mesa-vdpau # VDPAU - mesa-vdpau # VDPAU