mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-26 06:46:45 -04:00
feature: add resize-by-cells option to constrain window sizes...
...to multiples of the cell size, and preserve grid size when changing fonts or display scales in floating windows.
This commit is contained in:
parent
44c0cf594b
commit
03f55291a0
8 changed files with 120 additions and 55 deletions
3
config.h
3
config.h
|
|
@ -128,6 +128,9 @@ struct config {
|
|||
unsigned pad_x;
|
||||
unsigned pad_y;
|
||||
bool center;
|
||||
|
||||
bool resize_by_cells;
|
||||
|
||||
uint16_t resize_delay_ms;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue