doc: sway: say why i wrapperType = "inplace"
This commit is contained in:
@@ -182,7 +182,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
sandbox.method = "bwrap";
|
sandbox.method = "bwrap";
|
||||||
sandbox.wrapperType = "inplace";
|
sandbox.wrapperType = "inplace"; #< `sway` is a wrapper around `sway-unwrapped`, so cheap to sandbox
|
||||||
sandbox.net = "all"; # TODO: shouldn't be needed! but without this, mouse/kb hotplug doesn't work.
|
sandbox.net = "all"; # TODO: shouldn't be needed! but without this, mouse/kb hotplug doesn't work.
|
||||||
sandbox.whitelistAudio = true; # it runs playerctl directly
|
sandbox.whitelistAudio = true; # it runs playerctl directly
|
||||||
sandbox.whitelistDbus = [ "system" "user" ]; # to e.g. launch apps
|
sandbox.whitelistDbus = [ "system" "user" ]; # to e.g. launch apps
|
||||||
|
Reference in New Issue
Block a user