nixos/xdg.portal.wlr: fix screensharing chooser_cmd example (#463774)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user