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
**NOTE**: If you find that ReGreet takes too much time to start up with Sway, you may be affected by this: [swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start](https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start).
158
-
See this link for the fix.
159
-
Alternatively, the solution proposed in [issue #34](https://github.com/rharish101/ReGreet/issues/34) may resolve it.
160
-
161
157
If using Hyprland, create a Hyprland config file (in a path such as `/etc/greetd/hyprland-config`) as follows:
162
158
```
163
159
exec = sh -c "regreet; hyprctl dispatch exit"
@@ -177,6 +173,25 @@ user = "greeter"
177
173
178
174
Restart greetd to use the new config.
179
175
176
+
#### Startup delays
177
+
If you find that ReGreet takes too much time to start up, you may be affected by this: [swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start](https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start).
178
+
See this link for the fix.
179
+
Alternatively, the solution proposed in [issue #34](https://github.com/rharish101/ReGreet/issues/34) may resolve it.
180
+
181
+
As another option, you can disable portals by exporting environment variables for the Wayland compositor launched for ReGreet.
182
+
Simply prepend `env GTK_USE_PORTAL=0 GDK_DEBUG=no-portals` to the start of the default session commandin`greetd.toml`.
183
+
For example, with Cage, the session command would be:
0 commit comments