Xdg : Disable open with portals.

This commit is contained in:
Dmitry Voronin 2024-04-05 02:56:54 +03:00
parent 481c2070eb
commit 8c0c740824

View file

@ -15,6 +15,6 @@
wlr = { wlr = {
enable = true; enable = true;
}; };
xdgOpenUsePortal = true; xdgOpenUsePortal = false;
}; };
} }