feat: add back vertical_deck layout

This commit is contained in:
DreamMaoMao
2025-10-15 07:24:40 +08:00
parent 52ef8c62ff
commit 5d93f17a90
3 changed files with 68 additions and 1 deletions

View File

@@ -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) {