diff --git a/hosts/common/programs/sane-screenshot.nix b/hosts/common/programs/sane-screenshot.nix index 0f2b9d9b1..10ec1f754 100644 --- a/hosts/common/programs/sane-screenshot.nix +++ b/hosts/common/programs/sane-screenshot.nix @@ -1,12 +1,14 @@ { ... }: { sane.programs.sane-screenshot = { - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.whitelistWayland = true; sandbox.whitelistDbus = [ "user" ]; #< to send notifications sandbox.extraHomePaths = [ "Pictures/Screenshots" ]; + sandbox.isolatePids = false; #< it's required (to copy to the clipboard), but unsure why + sandbox.extraPaths = [ "/proc" ]; #< for nested bwrap invocations suggestedPrograms = [ "libnotify" "swappy"