mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-14 14:33:10 -04:00
feat: fair layout
This commit is contained in:
parent
f9e17b6d76
commit
14d2827bae
5 changed files with 160 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue