From dd7b1dae5ffbe721e9a03c6343613fe751e3fd26 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 23 Mar 2024 17:35:39 +0000 Subject: [PATCH] sway: remove unnecessary pidspace sandbox exception i guess this was from when SWAYSOCK was named after the pid? --- hosts/common/programs/sway/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/common/programs/sway/default.nix b/hosts/common/programs/sway/default.nix index 0ea56e22..dde51c98 100644 --- a/hosts/common/programs/sway/default.nix +++ b/hosts/common/programs/sway/default.nix @@ -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: