sway: remove unnecessary pidspace sandbox exception

i guess this was from when SWAYSOCK was named after the pid?
This commit is contained in:
Colin 2024-03-23 17:35:39 +00:00
parent 2e58353b0e
commit dd7b1dae5f

View File

@ -186,10 +186,6 @@ in
# this way `swaymsg -- reload` can work even if the fd for ~/.config/sway/config changes.
".config/sway"
];
sandbox.extraConfig = [
"--sane-sandbox-keep-namespace" "pid"
];
fs.".config/xdg-desktop-portal/sway-portals.conf".symlink.text = ''
# portals.conf docs: <https://flatpak.github.io/xdg-desktop-portal/docs/portals.conf.html>