Files
dotfiles/.config/fish/conf.d/start_hyprland.fish
2026-02-09 11:12:03 +01:00

7 lines
122 B
Fish

# Start X at login
if status --is-login
if test -z "$DISPLAY" -a $XDG_VTNR = 1
exec start-hyprland
end
end