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