mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-01 06:46:34 -04:00
feat: add back vertical_deck layout
This commit is contained in:
parent
52ef8c62ff
commit
5d93f17a90
3 changed files with 68 additions and 1 deletions
|
|
@ -482,7 +482,8 @@ void resize_tile_client(Client *grabc, bool isdrag, int offsetx, int offsety,
|
|||
) {
|
||||
resize_tile_master_horizontal(grabc, isdrag, offsetx, offsety, time,
|
||||
current_layout->id);
|
||||
} else if (current_layout->id == VERTICAL_TILE) {
|
||||
} else if (current_layout->id == VERTICAL_TILE ||
|
||||
current_layout->id == VERTICAL_DECK) {
|
||||
resize_tile_master_vertical(grabc, isdrag, offsetx, offsety, time,
|
||||
current_layout->id);
|
||||
} else if (current_layout->id == SCROLLER) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue