1
0
forked from extern/nix-config

fish: Start hyprland by default on tty1

This commit is contained in:
Donovan Glover 2023-05-10 15:28:18 -04:00
parent eacd7f7392
commit 0d806e7f2d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -74,3 +74,9 @@ end
if status is-interactive; and test "$TERM" = "xterm-256color"
cat ~/.cache/wal/sequences
end
if status is-login
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
exec Hyprland
end
end