From 6709c1685acabad5c3e5a0444c689087c2f6777e Mon Sep 17 00:00:00 2001 From: Abhinav Date: Tue, 3 Jun 2025 01:02:13 +0100 Subject: added vertical stack resizing --- src/defs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index 310b49c..6115df3 100644 --- a/src/defs.h +++ b/src/defs.h @@ -68,6 +68,7 @@ typedef struct Client{ Window win; int x, y, h, w; int orig_x, orig_y, orig_w, orig_h; + int custom_stack_height; int mon; int ws; Bool fixed; @@ -87,6 +88,7 @@ typedef struct { float master_width[MAX_MONITORS]; int motion_throttle; int resize_master_amt; + int resize_stack_amt; int snap_distance; int bindsn; Bool new_win_focus; @@ -112,6 +114,8 @@ extern void quit(void); extern void reload_config(void); extern void resize_master_add(void); extern void resize_master_sub(void); +extern void resize_stack_add(void); +extern void resize_stack_sub(void); extern void toggle_floating(void); extern void toggle_floating_global(void); extern void toggle_fullscreen(void); -- cgit v1.2.3