sway compositor instead of cage

This commit is contained in:
UGA Innovation Factory
2025-12-05 20:26:03 +00:00
parent 2ae4d0ef53
commit 30453ec771

View File

@@ -13,7 +13,7 @@
Type = "simple"; Type = "simple";
Environment = "XDG_RUNTIME_DIR=/run/user/%u"; Environment = "XDG_RUNTIME_DIR=/run/user/%u";
ExecStart = '' ExecStart = ''
${pkgs.sway}/bin/sway --config /etc/sway-kiosk.conf /run/current-system/bin/sway --config /etc/sway-kiosk.conf
''; '';
}; };
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
@@ -24,6 +24,8 @@
exec wvkbd-mobintl --output * exec wvkbd-mobintl --output *
''; '';
services.dbus.enable = true;
services.cage = { services.cage = {
enable = false; enable = false;
user = "engr-ugaif"; user = "engr-ugaif";