Update auto-Hypr.fish

Autologin fix for fish
This commit is contained in:
Khyretos
2025-10-02 20:52:48 +02:00
committed by GitHub
parent e3d596e034
commit 58b9c4f1d6
+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