mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Run Hyprland on TTY1 login
This commit is contained in:
parent
a26bc30363
commit
8dc5258a5c
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@ $env.ENV_CONVERSIONS = {
|
|||
to_string: { |v| $v | path expand --no-symlink | str join (char esep) }
|
||||
}
|
||||
}
|
||||
|
||||
if (tty) == /dev/tty1 {
|
||||
Hyprland
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue