programs: waybar: narrow the /run/user paths to just sway-ipc.sock

This commit is contained in:
Colin 2024-02-15 14:40:01 +00:00
parent 06f1f1e9ea
commit 9d706df5b5

View File

@ -56,8 +56,7 @@ in
]; ];
sandbox.whitelistWayland = true; sandbox.whitelistWayland = true;
sandbox.extraRuntimePaths = [ sandbox.extraRuntimePaths = [
#< needs to talk to sway IPC. TODO: give the sway IPC a predictable name. "sway-ipc.sock"
"/"
# "sxmo_status" #< only necessary if relying on sxmo's statusbar periodicals service # "sxmo_status" #< only necessary if relying on sxmo's statusbar periodicals service
]; ];
sandbox.extraPaths = [ sandbox.extraPaths = [