programs.anyrun.config.y
The vertical position, works the same as x.
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
{ fraction = 0.0; }- Example
'' { absolute = 200; }; or { fraction = 0.4; }; ''- Declared
- <home-manager/modules/programs/anyrun.nix>