summaryrefslogtreecommitdiff
path: root/fish/.config/fish/auto-Hypr.fish
blob: c3c1890f3aade89e68148fbf5a1d80a1f3f935e2 (plain)
1
2
3
4
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
end