mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-11 10:37:52 +08:00
13 lines
359 B
YAML
13 lines
359 B
YAML
# Wayland supports for Plasma KDE desktop
|
|
filesystem:
|
|
files:
|
|
- path: /etc/sddm.conf.d/wayland.conf
|
|
content: |
|
|
[General]
|
|
DisplayServer=wayland
|
|
GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell
|
|
[Wayland]
|
|
CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1
|
|
+also:
|
|
- desktop/plasma
|