Screen sharing!!

This commit is contained in:
Casper V. Kristensen 2023-08-21 22:18:07 +02:00
parent 477414a31f
commit db6f370c46

View file

@ -285,8 +285,14 @@
wtype # xdotool for wayland
];
# Allow sharing screen
#xdg.portal.wlr.enable = true;
# xdg portal allows applications secury access to resources outside their sandbox.
# In particular, this allows screen sharing on Wayland via PipeWire and file open/save dialogues in Firefox.
# https://wiki.archlinux.org/title/XDG_Desktop_Portal
# https://mozilla.github.io/webrtc-landing/gum_test.html
xdg.portal = {
enable = true;
wlr.enable = true;
};
hardware.opengl = {
enable = true;