summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorAbhinav <abhinav.prsai@gmail.com>2025-06-23 20:52:58 +0100
committerAbhinav <abhinav.prsai@gmail.com>2025-06-23 20:52:58 +0100
commit4cd111d9d1356db27f6c90b9c95144f9c409ec54 (patch)
treee0d1c92289ab6b0703fe6e99890468919628ad9e /src/defs.h
parent8f4933642e2f2616321dcf7dda4f409aa1f20115 (diff)
add new_win_master
new windows spawned can now be set as master window
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index a0e06f2..ae60c94 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -91,6 +91,7 @@ typedef struct {
int bindsn;
Bool new_win_focus;
Bool warp_cursor;
+ Bool new_win_master;
Binding binds[256];
char **should_float[256];
char **can_swallow[256];