xdg.portal.wlr.settings
NixOS option
Configuration for xdg-desktop-portal-wlr. See xdg-desktop-portal-wlr(5) for supported values.
type: open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: nixos/modules/config/xdg/portals/wlr.nixView source on NixOS/nixpkgs →{
screencast = {
output_name = "HDMI-A-1";
max_fps = 30;
exec_before = "disable_notifications.sh";
exec_after = "enable_notifications.sh";
chooser_type = "simple";
chooser_cmd = "${pkgs.slurp}/bin/slurp -f 'Monitor: %o' -or";
};
}