slack: allow notifications & more portal integrations (untested)
This commit is contained in:
@@ -14,11 +14,15 @@
|
||||
sane.programs.slack = {
|
||||
# sandbox.whitelistDbus.user = true;
|
||||
sandbox.net = "clearnet";
|
||||
sandbox.whitelistAudio = true; #< for calls, media
|
||||
sandbox.whitelistAudio = true; #< for calls, media (untested)
|
||||
sandbox.whitelistDri = true;
|
||||
sandbox.whitelistPortal = [
|
||||
"Camera" # not sure if used
|
||||
"FileChooser" # not sure if used
|
||||
"OpenURI"
|
||||
"ScreenCast" # not sure if used
|
||||
];
|
||||
sandbox.whitelistSendNotifications = true;
|
||||
sandbox.whitelistWayland = true;
|
||||
# mime.urlAssociations."^slack://.*$" = "slack.desktop";
|
||||
mime.associations."x-scheme-handler/slack" = "slack.desktop"; #< required as part of auth flow
|
||||
|
Reference in New Issue
Block a user