Update auto-Hypr.fish to use start-hyprland instead (Hyprland 0.53)

Hyprland 0.53 introduced start-hyprland as the recommended launcher when starting Hyprland from a TTY.

This PR updates the relevant files to avoid some messages on tty autologin.
This commit is contained in:
VietNguyenx
2025-12-31 00:14:07 +07:00
committed by GitHub
parent e9d6ed874c
commit 652104a358
+1 -1
View File
@@ -1,5 +1,5 @@
# Auto start Hyprland on tty1
if test -z "$DISPLAY" ;and test "$XDG_VTNR" -eq 1
mkdir -p ~/.cache
exec Hyprland > ~/.cache/hyprland.log 2>&1
exec start-hyprland > ~/.cache/hyprland.log 2>&1
end