This commit is contained in:
notgne2 2022-11-03 08:26:16 -07:00
parent 3bd782b1df
commit e1f0a69787
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -13,12 +13,12 @@ in {
xdg.portal = {
enable = lib.mkDefault true;
wlr = {
enable = true;
enable = lib.mkDefault true;
settings = {
screencast = {
max_fps = 30;
chooser_type = "simple";
chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or";
max_fps = lib.mkDefault 30;
chooser_type = lib.mkDefault "simple";
chooser_cmd = lib.mkDefault "${pkgs.slurp}/bin/slurp -f %o -or";
};
};
};