diff --git a/hosts/common/programs/grimshot.nix b/hosts/common/programs/grimshot.nix index a5e7c606d..c75522c59 100644 --- a/hosts/common/programs/grimshot.nix +++ b/hosts/common/programs/grimshot.nix @@ -14,7 +14,7 @@ # "sway" "wl-clipboard" ]; - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.whitelistWayland = true; sandbox.whitelistDbus = [ "user" ]; sandbox.autodetectCliPaths = "existingFileOrParent";