1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Run Hyprland on TTY1 login

This commit is contained in:
RGBCube 2023-11-08 09:52:55 +03:00
parent a26bc30363
commit 8dc5258a5c
No known key found for this signature in database

View file

@ -9,3 +9,7 @@ $env.ENV_CONVERSIONS = {
to_string: { |v| $v | path expand --no-symlink | str join (char esep) } to_string: { |v| $v | path expand --no-symlink | str join (char esep) }
} }
} }
if (tty) == /dev/tty1 {
Hyprland
}