mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-21 06:24:14 -05:00
enable screensharing
This commit is contained in:
parent
7b4d2e877d
commit
8b8e4224ce
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
|||
xdgOpenUsePortal = true;
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
wlr.settings.screencast = {
|
||||
output_name = "DP-1";
|
||||
chooser_type = "simple";
|
||||
chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or";
|
||||
};
|
||||
lxqt.enable = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-wlr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue