aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
blob: b29df1982336ba41d9879064bff4a804fe663557 (plain)
1
2
3
4
if status is-interactive
    # Commands to run in interactive sessions can go here
    [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec "/home/awy/.config/hypr/start.sh"
end