pinwheel: Use wlr portal instead of hyprland portal

As it worked better for screen sharing
This commit is contained in:
Alexander Heldt
2024-08-18 14:46:49 +02:00
parent 1f142f303d
commit b748304faf

View File

@@ -156,7 +156,7 @@ in
# override "trace: warning: xdg-desktop-portal 1.17 reworked how portal implementations are loaded ..." # override "trace: warning: xdg-desktop-portal 1.17 reworked how portal implementations are loaded ..."
config.common.default = "*"; config.common.default = "*";
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
}; };
# openGL is needed for wayland/hyprland # openGL is needed for wayland/hyprland