You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have triple monitor setup under Hyprland and everything work well except login window doesn't show up automatically and i have move mouse and login appears.
One other thing is the other monitors showing the Hyprland default background but it's not that important.
/etc/greetd/config.toml
[terminal]
# The VT to run the greeter on. Can be "next", "current" or a number
# designating the VT.
vt = 1
# The default session, also known as the greeter.
[default_session]
# `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh`
# with whatever you want started, such as `sway`.
command = "Hyprland --config /etc/greetd/hyprland.conf"
# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be
# in the `video` group.
user = "greeter"
[background]
# Path to the background image
path = "/usr/share/backgrounds/greetd.jpg"
#path = "/usr/share/backgrounds/Fluent-building-night.png"
fit = "Contain"
# The entries defined in this section will be passed to the session as environment variables when it is started
[env]
[GTK]
# Whether to use the dark theme
application_prefer_dark_theme = true
# Cursor theme name
cursor_theme_name = "Fluent-dark"
# Font name and size
font_name = "Vazirmatn RD Regular 11"
# Icon theme name
icon_theme_name = "Xenlism Wildfire"
# GTK theme name
theme_name = "Orchis-Dark"
[commands]
# The command used to reboot the system
reboot = [ "systemctl", "reboot" ]
# The command used to shut down the system
poweroff = [ "systemctl", "poweroff" ]
The text was updated successfully, but these errors were encountered:
Hi
I have triple monitor setup under Hyprland and everything work well except login window doesn't show up automatically and i have move mouse and login appears.
One other thing is the other monitors showing the Hyprland default background but it's not that important.
/etc/greetd/config.toml
/etc/greetd/hyprland.conf
/etc/greetd/regreet.toml
The text was updated successfully, but these errors were encountered: