Pre-checks
Do similar tools already implement this feature?
No response
Describe your feature request
Negative margins work via CLI (--y-margin=-32) but not in the config file. The config file rejects them with:
invalid integer value, or outside range 0-4294967295
This would be useful for positioning over exclusive zones - e.g., appearing at the true top of the screen instead of below a bar like waybar
### Pre-checks
- [x] The [fuzzel.ini](https://codeberg.org/dnkl/fuzzel/src/branch/master/doc/fuzzel.ini.5.scd)
and [fuzzel](https://codeberg.org/dnkl/fuzzel/src/branch/master/doc/fuzzel.1.scd) man pages.
- [x] [Changelog](https://codeberg.org/dnkl/fuzzel/src/branch/master/CHANGELOG.md#unreleased)
of newer and unreleased features
### Do similar tools already implement this feature?
_No response_
### Describe your feature request
Negative margins work via CLI (--y-margin=-32) but not in the config file. The config file rejects them with:
> invalid integer value, or outside range 0-4294967295
This would be useful for positioning over exclusive zones - e.g., appearing at the true top of the screen instead of below a bar like waybar