From 556664f10d3886ed9f4681da737430795498c1cd Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 21 Jul 2023 21:28:42 +0000 Subject: [PATCH] sxmo: start lisgd by default again patching it out the way i was is incompatible with the upstream patch which makes its enablement status persistent --- hosts/by-name/moby/polyfill.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/by-name/moby/polyfill.nix b/hosts/by-name/moby/polyfill.nix index 190c4b9c..f3283295 100644 --- a/hosts/by-name/moby/polyfill.nix +++ b/hosts/by-name/moby/polyfill.nix @@ -79,7 +79,7 @@ in package = pkgs.sxmo-utils.overrideAttrs (base: { postPatch = (base.postPatch or "") + '' # don't enable gestures at launch - sed -i '/superctl start sxmo_hook_lisgd/d' ./configs/default_hooks/sxmo_hook_start.sh + # sed -i '/superctl start sxmo_hook_lisgd/d' ./configs/default_hooks/sxmo_hook_start.sh cat <> ./configs/default_hooks/sxmo_hook_start.sh # rotate UI based on physical display angle by default