sway: fix that Super+L didnt have sandbox access to start the screen locker

This commit is contained in:
Colin 2024-06-18 02:26:57 +00:00
parent e2babfc076
commit b0f9733ac8

View File

@ -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 = [