mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-06-17 18:55:57 +02:00
11 lines
260 B
TOML
11 lines
260 B
TOML
[terminal]
|
|
# The VT to run the greeter on. Can be "next", "current" or a number
|
|
# designating the VT.
|
|
vt = current
|
|
|
|
# The default session, also known as the greeter.
|
|
[default_session]
|
|
command = "start-hyprland -- -c /etc/greetd/hyprland.conf"
|
|
user = "greetd"
|
|
|