echo "Configure SDDM to use Wayland for the greeter" sudo cp "$OMARCHY_PATH/default/sddm/hyprland.lua" /usr/share/sddm/hyprland.lua sudo rm -f /usr/share/sddm/hyprland.conf sudo mkdir -p /etc/sddm.conf.d cat </dev/null [General] DisplayServer=wayland [Wayland] CompositorCommand=start-hyprland -- --config /usr/share/sddm/hyprland.lua EOF