2024-11-04 22:41:38 -05:00
|
|
|
{ config, pkgs, ... }:
|
2024-11-02 17:19:40 -04:00
|
|
|
{
|
|
|
|
xdg.portal = {
|
|
|
|
wlr = {
|
2024-11-04 22:41:38 -05:00
|
|
|
enable = config.system.desktop.enable;
|
2024-11-02 17:19:40 -04:00
|
|
|
settings.screencast = {
|
|
|
|
max_fps = 60;
|
|
|
|
chooser_type = "simple";
|
|
|
|
chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or -B 00000066 -b 00000099";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|