From 437226c4fd4c6b9b090add81fb18352808849e76 Mon Sep 17 00:00:00 2001 From: Abhinav Prasai Date: Mon, 6 Oct 2025 19:05:11 +0100 Subject: add floating_on_top, floating windows stay above tiled windows --- 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 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]; -- cgit v1.2.3