sway compositor instead of cage
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user