grimshot: fix sandboxing so that wl-clipboard can actually copy stuff to the clipboard

This commit is contained in:
2024-09-06 04:44:24 +00:00
parent 4b96d10980
commit 8bdb711968

View File

@@ -15,6 +15,7 @@
"wl-clipboard"
];
sandbox.method = "bunpen";
sandbox.keepPids = true; #< needed by wl-clipboard
sandbox.whitelistWayland = true;
sandbox.whitelistDbus = [ "user" ];
sandbox.autodetectCliPaths = "existingFileOrParent";