forked from extern/nix-config
fish: Start hyprland by default on tty1
This commit is contained in:
parent
eacd7f7392
commit
0d806e7f2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user