diff --git a/hosts/by-name/moby/polyfill.nix b/hosts/by-name/moby/polyfill.nix index dec9f94e..c41ce0bc 100644 --- a/hosts/by-name/moby/polyfill.nix +++ b/hosts/by-name/moby/polyfill.nix @@ -10,6 +10,17 @@ ### preferences DEFAULT_COUNTRY = "US"; + # BEMENU lines (wayland DMENU): + # - camera is 9th entry + # - flashlight is 10th entry + # - config is 14th entry. inside that: + # - autorotate is 11th entry + # - system menu is 19th entry + # - close is 20th entry + # - power is 15th entry + # - close is 16th entry + SXMO_BEMENU_LANDSCAPE_LINES = "11"; # default 8 + SXMO_BEMENU_PORTRAIT_LINES = "16"; # default 16 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