fix(hyprland): define hyprland in uwsm

This commit is contained in:
Mohammad Rafiq 2025-02-27 17:12:01 +08:00
parent 54f5244a8b
commit e8cab9c486
2 changed files with 13 additions and 8 deletions

View file

@ -7,11 +7,6 @@
environment.etc."profile.d/hyprland-tty-launch.sh".text = ''
#!/bin/$SHELL
# if uwsm check may-start && uwsm select; then
# exec systemd-cat -t uwsm_start uwsm start default
# fi
# OR (to bypass the compositor selection menu):
if uwsm check may-start; then
exec uwsm start hyprland.desktop
fi