Useful Utilities/Systemd start: Fix hyprland's UWSM entry name (#1133)

This commit is contained in:
Feiyang Wu 2025-06-28 03:27:58 -04:00 committed by GitHub
parent 3a4202892d
commit a7656c9885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ If you want to bypass compositor selection menu and launch Hyprland directly, us
```
if uwsm check may-start; then
exec uwsm start hyprland.desktop
exec uwsm start hyprland-uwsm.desktop
fi
```