sway: allow config reloading
This commit is contained in:
@@ -162,6 +162,11 @@ in
|
|||||||
"/sys/dev/char"
|
"/sys/dev/char"
|
||||||
"/sys/devices"
|
"/sys/devices"
|
||||||
];
|
];
|
||||||
|
sandbox.extraHomePaths = [
|
||||||
|
# bind ALL of ~/.config/sway into the sandbox instead of just the individual configs.
|
||||||
|
# this way `swaymsg -- reload` can work even if the fd for ~/.config/sway/config changes.
|
||||||
|
".config/sway"
|
||||||
|
];
|
||||||
sandbox.extraConfig = [
|
sandbox.extraConfig = [
|
||||||
"--sane-sandbox-keep-namespace" "pid"
|
"--sane-sandbox-keep-namespace" "pid"
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user