From b0f9733ac8331650920b2333873243ad43dc39b8 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 18 Jun 2024 02:26:57 +0000 Subject: [PATCH] sway: fix that Super+L didnt have sandbox access to start the screen locker --- hosts/common/programs/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/programs/sway/default.nix b/hosts/common/programs/sway/default.nix index 0c87f254..c427e0b7 100644 --- a/hosts/common/programs/sway/default.nix +++ b/hosts/common/programs/sway/default.nix @@ -198,6 +198,7 @@ in sandbox.whitelistAudio = true; # it runs playerctl directly sandbox.whitelistDbus = [ "system" "user" ]; # to e.g. launch apps sandbox.whitelistDri = true; + sandbox.whitelistS6 = true; #< for Super+L to start the screen locker service sandbox.whitelistX = true; # sway invokes xwayland itself sandbox.whitelistWayland = true; sandbox.extraRuntimePaths = [