summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorAbhinav <abhinav.prsai@gmail.com>2025-05-31 13:12:32 +0100
committerAbhinav <abhinav.prsai@gmail.com>2025-05-31 13:12:32 +0100
commit3a1674608199a450f8dca541a80cce12334923e3 (patch)
treefc4fbd26de2430e2fe1b8afa9f0ba4a3dc01f19f /src/defs.h
parent17d90488c53326f2e52706d5dc2761799775b5e7 (diff)
added option for new windows to take focus
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 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;