From 58b9c4f1d66f2bd9ad04bfe77bac40fb0a8cbeec Mon Sep 17 00:00:00 2001 From: Khyretos Date: Thu, 2 Oct 2025 20:52:48 +0200 Subject: [PATCH] Update auto-Hypr.fish Autologin fix for fish --- .config/fish/auto-Hypr.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/auto-Hypr.fish b/.config/fish/auto-Hypr.fish index c3c1890f3..711f31dbe 100644 --- a/.config/fish/auto-Hypr.fish +++ b/.config/fish/auto-Hypr.fish @@ -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