From 4b96d1098052ce1ca2365f86ca0154cf5b0189c6 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 6 Sep 2024 04:35:50 +0000 Subject: [PATCH] swappy: sandbox with bunpen --- hosts/common/programs/assorted.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 9f53be683..a4baa999f 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -1140,7 +1140,7 @@ in superTux.sandbox.whitelistX = true; superTux.persist.byStore.plaintext = [ ".local/share/supertux2" ]; - swappy.sandbox.method = "bwrap"; + swappy.sandbox.method = "bunpen"; swappy.sandbox.autodetectCliPaths = "existingFileOrParent"; swappy.sandbox.whitelistWayland = true;