mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-25 21:37:33 -04:00
feat: fair layout
This commit is contained in:
parent
4be9e80355
commit
58d989d218
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