sane-screenshot: sandbox with bunpen
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user