Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regreet dose not show up automatically #40

Open
MJKhaani opened this issue Sep 2, 2023 · 1 comment
Open

Regreet dose not show up automatically #40

MJKhaani opened this issue Sep 2, 2023 · 1 comment
Labels
question Further information is requested

Comments

@MJKhaani
Copy link

MJKhaani commented Sep 2, 2023

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" ]
@rharish101
Copy link
Owner

You mean that the login window doesn't show up until you move the mouse? Have you tried it with Sway?

@rharish101 rharish101 added the question Further information is requested label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants