Screen sharing!!
This commit is contained in:
parent
477414a31f
commit
db6f370c46
1 changed files with 8 additions and 2 deletions
|
@ -285,8 +285,14 @@
|
||||||
wtype # xdotool for wayland
|
wtype # xdotool for wayland
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allow sharing screen
|
# xdg portal allows applications secury access to resources outside their sandbox.
|
||||||
#xdg.portal.wlr.enable = true;
|
# 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 = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue