From abc9f4c464d5b64e7ea7ab1a4b0e7389cc4b6a55 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 10 Jul 2023 08:31:11 +0000 Subject: [PATCH] moby: sxmo: switch SXMO_SWAY_SCALE back to default of 2 --- hosts/by-name/moby/polyfill.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/by-name/moby/polyfill.nix b/hosts/by-name/moby/polyfill.nix index c5f4950d..988fb74c 100644 --- a/hosts/by-name/moby/polyfill.nix +++ b/hosts/by-name/moby/polyfill.nix @@ -2,13 +2,13 @@ { sane.gui.sxmo = { settings = { - # touch screen + ### hardware: touch screen SXMO_LISGD_INPUT_DEVICE = "/dev/input/by-path/platform-1c2ac00.i2c-event"; # vol and power are detected correctly by upstream - # preferences - # N.B. some deviceprofiles explicitly set SXMO_SWAY_SCALE, overwriting what we put here. - SXMO_SWAY_SCALE = "1.5"; + ### preferences + # SXMO_SWAY_SCALE = "1.5"; + SXMO_SWAY_SCALE = "2"; SXMO_ROTATION_GRAVITY = "12800"; SXMO_LOCK_IDLE_TIME = "15"; # how long between screenoff -> lock -> back to screenoff DEFAULT_COUNTRY = "US";