nixos/xdg.portal.wlr: fix screensharing chooser_cmd example (#463774)

This commit is contained in:
Aleksana
2025-11-22 14:20:13 +00:00
committed by GitHub
+1 -1
View File
@@ -47,7 +47,7 @@ in
exec_before = "disable_notifications.sh";
exec_after = "enable_notifications.sh";
chooser_type = "simple";
chooser_cmd = "''${pkgs.slurp}/bin/slurp -f %o -or";
chooser_cmd = "''${pkgs.slurp}/bin/slurp -f 'Monitor: %o' -or";
};
}
'';