From 3a1674608199a450f8dca541a80cce12334923e3 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Sat, 31 May 2025 13:12:32 +0100 Subject: added option for new windows to take focus --- 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 0a71029..db71409 100644 --- a/src/defs.h +++ b/src/defs.h @@ -89,6 +89,7 @@ typedef struct { int resize_master_amt; int snap_distance; int bindsn; + Bool new_win_focus; Binding binds[256]; char **should_float[256]; } Config; -- cgit v1.2.3