Slack: Difference between revisions
No edit summary |
PokumeKachi (talk | contribs) m Removed xdg.portal.gtkUsePortal option due to it no longer having any effect. (The feature was removed due to being unsupported and discouraged by GTK devs) |
||
Line 28: | Line 28: | ||
If you want to use screen-sharing, you'll have to enable <code>xdg-desktop-portal</code>, too: | If you want to use screen-sharing, you'll have to enable <code>xdg-desktop-portal</code>, too: | ||
< | <syntaxhighlight lang="nix"> | ||
xdg = { | xdg = { | ||
portal = { | portal = { | ||
Line 36: | Line 36: | ||
xdg-desktop-portal-gtk | xdg-desktop-portal-gtk | ||
]; | ]; | ||
}; | }; | ||
}; | }; | ||
</ | </syntaxhighlight> | ||
==== Window decorations ==== | ==== Window decorations ==== |