mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
9 lines
379 B
Bash
9 lines
379 B
Bash
echo "Use Omarchy UWSM session without graphical.target startup wait"
|
|
|
|
sudo mkdir -p /usr/local/share/wayland-sessions
|
|
sudo cp "$OMARCHY_PATH/default/wayland-sessions/omarchy.desktop" /usr/local/share/wayland-sessions/omarchy.desktop
|
|
|
|
if [[ -f /etc/sddm.conf.d/autologin.conf ]]; then
|
|
sudo sed -i 's/^Session=hyprland-uwsm$/Session=omarchy/' /etc/sddm.conf.d/autologin.conf
|
|
fi
|