programs.anyrun.config.height
The minimum height of the runner, the runner will expand to fit all the entries.
This is a numeric option - pass either { absolute = int; }; or { fraction = float; };.
when using absolute it sets the absolute value in pixels,
when using fraction, it sets a fraction of the width or height of the full screen (depends on exclusive zones and the settings related to them) window
- Type
submodule- Default
{ absolute = 0; }- Example
'' { absolute = 200; }; or { fraction = 0.4; }; ''- Declared
- <home-manager/modules/programs/anyrun.nix>