legacy/screens-sharing: update usePortal setting

This commit is contained in:
Felix Buehler 2022-12-25 12:10:22 +01:00
parent 844f693f3b
commit 3e7b2d3279

View file

@ -13,7 +13,6 @@
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-wlr xdg-desktop-portal-wlr
]; ];
gtkUsePortal = true;
}; };
# for firefox # for firefox
@ -21,5 +20,6 @@
MOZ_ENABLE_WAYLAND = "1"; MOZ_ENABLE_WAYLAND = "1";
XDG_CURRENT_DESKTOP = "sway"; XDG_CURRENT_DESKTOP = "sway";
XDG_SESSION_TYPE = "wayland"; XDG_SESSION_TYPE = "wayland";
GTK_USE_PORTAL = "1";
}; };
} }