feat: fair layout

This commit is contained in:
DreamMaoMao 2026-05-16 08:23:48 +08:00
parent f9e17b6d76
commit 14d2827bae
5 changed files with 160 additions and 0 deletions

View file

@ -33,6 +33,7 @@ void restore_size_per(Monitor *m, Client *c) {
if (current_layout->id == SCROLLER ||
current_layout->id == VERTICAL_SCROLLER || current_layout->id == GRID ||
current_layout->id == FAIR || current_layout->id == VERTICAL_FAIR ||
current_layout->id == VERTICAL_GRID || current_layout->id == DECK ||
current_layout->id == VERTICAL_DECK || current_layout->id == MONOCLE) {
return;