sane-screenshot: give it permissions to my screenshots dir (derp)

This commit is contained in:
Colin 2024-03-02 06:11:01 +00:00
parent ab765a81af
commit 52e9902fa1

View File

@ -4,6 +4,9 @@
sandbox.method = "bwrap";
sandbox.whitelistWayland = true;
sandbox.whitelistDbus = [ "user" ]; #< to send notifications
sandbox.extraHomePaths = [
"Pictures/Screenshots"
];
suggestedPrograms = [
"libnotify"
"swappy"