ReGreet icon indicating copy to clipboard operation
ReGreet copied to clipboard

Regreet dose not show up automatically

Open MJKhaani opened this issue 10 months ago • 1 comments

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"

/etc/greetd/hyprland.conf

exec-once = regreet; hyprctl dispatch exit
#exec-once = cage -s -- regreet

/etc/greetd/regreet.toml

[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" ]

MJKhaani avatar Sep 02 '23 16:09 MJKhaani