Use a minimal Hyprland config for the SDDM Wayland greeter

This commit is contained in:
David Heinemeier Hansson
2026-05-07 15:04:10 +02:00
parent cd2c41f618
commit 2cc4a263ba
3 changed files with 18 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
echo "Use a minimal Hyprland config for the SDDM Wayland greeter"
sudo cp "$OMARCHY_PATH/default/sddm/hyprland.conf" /usr/share/sddm/hyprland.conf
sudo mkdir -p /etc/sddm.conf.d
sudo sed -i 's|^CompositorCommand=Hyprland$|CompositorCommand=Hyprland --config /usr/share/sddm/hyprland.conf|' /etc/sddm.conf.d/10-wayland.conf