diff --git a/hosts/by-name/moby/polyfill.nix b/hosts/by-name/moby/polyfill.nix index e1752934..02ae6880 100644 --- a/hosts/by-name/moby/polyfill.nix +++ b/hosts/by-name/moby/polyfill.nix @@ -6,11 +6,11 @@ SXMO_LISGD_INPUT_DEVICE = "/dev/input/by-path/platform-1c2ac00.i2c-event"; # vol and power are detected correctly by upstream + ### preferences - # test new scales by running `swaymsg -- output DSI-1 scale x.y` - # SXMO_SWAY_SCALE = "1.5"; # hard to press gPodder icons - SXMO_SWAY_SCALE = "1.8"; - # SXMO_SWAY_SCALE = "2"; + DEFAULT_COUNTRY = "US"; + + SXMO_LOCK_IDLE_TIME = "15"; # how long between screenoff -> lock -> back to screenoff (default: 8) # gravity: how far to tilt the device before the screen rotates # for a given setting, normal <-> invert requires more movement then left <-> right # i.e. the settingd doesn't feel completely symmetric @@ -18,8 +18,11 @@ # SXMO_ROTATION_GRAVITY = "12800"; # uncomfortably high # SXMO_ROTATION_GRAVITY = "12500"; # kinda uncomfortable when walking SXMO_ROTATION_GRAVITY = "12000"; - SXMO_LOCK_IDLE_TIME = "15"; # how long between screenoff -> lock -> back to screenoff (default: 8) - DEFAULT_COUNTRY = "US"; + # test new scales by running `swaymsg -- output DSI-1 scale x.y` + # SXMO_SWAY_SCALE = "1.5"; # hard to press gPodder icons + SXMO_SWAY_SCALE = "1.8"; + # SXMO_SWAY_SCALE = "2"; + # wvkbd layers: # - full # - landscape @@ -34,8 +37,8 @@ # - persian # - greek # - georgian - WVKBD_LAYERS = "full,special,emoji"; WVKBD_LANDSCAPE_LAYERS = "landscape,special,emoji"; + WVKBD_LAYERS = "full,special,emoji"; }; package = pkgs.sxmo-utils.overrideAttrs (base: { postPatch = (base.postPatch or "") + ''