hopefully fixed bug where gtk portal was not working

This commit is contained in:
2026-08-23 22:00:20 +02:00
parent 00b880d1df
commit 038337f4cb
2 changed files with 12 additions and 68 deletions
+5
View File
@@ -97,6 +97,11 @@ hl.env("HYPRCURSOR_SIZE", "28")
hl.env("HYPRCURSOR_THEME", "rose-pine-hyprcursor")
hl.env("GTK_PRIMARY_SELECTION", "0")
-- This is important to make screensharing work
hl.env("XDG_CURRENT_DESKTOP", "Hyprland")
hl.env("XDG_SESSION_TYPE", "wayland")
hl.env("XDG_SESSION_DESKTOP", "Hyprland")
-----------------------
----- PERMISSIONS -----