Files
Single-install-script/configs/fish/auto-Hypr.fish
T
2026-05-08 21:21:33 +10:00

6 lines
159 B
Fish

# Auto start Hyprland on tty1
if test -z "$DISPLAY" ;and test "$XDG_VTNR" -eq 1
mkdir -p ~/.cache
exec start-hyprland > ~/.cache/hyprland.log 2>&1
end