Update auto-Hypr.fish (#2106)

This commit is contained in:
end-4
2025-10-03 01:04:42 +02:00
committed by GitHub
+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 ^&1
exec Hyprland > ~/.cache/hyprland.log 2>&1
end