mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 03:11:56 +01:00
Start hyprland on tty1 login
This commit is contained in:
parent
bcaaea97d2
commit
43cb50c2ce
@ -51,11 +51,11 @@
|
||||
alias ssh="kitty +kitten ssh"
|
||||
end
|
||||
|
||||
# if status is-login
|
||||
# if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
|
||||
# exec Hyprland
|
||||
# end
|
||||
# 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