summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorAbhinav Prasai <abhinav.prsai@gmail.com>2025-10-06 19:05:11 +0100
committerAbhinav Prasai <abhinav.prsai@gmail.com>2025-10-06 19:05:11 +0100
commit437226c4fd4c6b9b090add81fb18352808849e76 (patch)
tree9068e9158d951207bc9808e11cb607cfd9c257b7 /src/defs.h
parent1e221771eaa18f31401a4fbe1781fbb4f78c2608 (diff)
add floating_on_top, floating windows stay above tiled windows
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 0f4970a..b8dd19d 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -105,6 +105,7 @@ typedef struct {
int resize_window_amt;
Bool new_win_focus;
Bool warp_cursor;
+ Bool floating_on_top;
Bool new_win_master;
Binding binds[MAX_ITEMS];
char **should_float[MAX_ITEMS];