From 4cd111d9d1356db27f6c90b9c95144f9c409ec54 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 23 Jun 2025 20:52:58 +0100 Subject: add new_win_master new windows spawned can now be set as master window --- src/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/defs.h') 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]; -- cgit v1.2.3