support four-sided padding (top/right/bottom/left)

This commit is contained in:
pi66 2025-12-19 12:17:29 +01:00
parent 4e96780eef
commit e133122147
6 changed files with 70 additions and 29 deletions

View file

@ -74,6 +74,8 @@
`foot` and `footclient`), allowing you to set a custom toplevel
tag. The compositor must implement the new `xdg-toplevel-tag-v1`
Wayland protocol ([#2212][2212]).
* `pad` option now supports 4-directional padding format:
`RIGHTxTOPxLEFTxBOTTOM` (e.g., `20x10x20x10`).
[2212]: https://codeberg.org/dnkl/foot/issues/2212