mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Use a minimal Hyprland config for the SDDM Wayland greeter
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user