From 6374574d44f7aedd3723152d0fb20d8bc5641ad5 Mon Sep 17 00:00:00 2001 From: uint23 Date: Wed, 30 Apr 2025 20:24:03 +0100 Subject: fixed forefox PiP bug + made it so wm is recognisable --- 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 c20dd58..9257fbc 100644 --- a/src/defs.h +++ b/src/defs.h @@ -89,6 +89,7 @@ typedef struct Client{ int x, y, h, w; int orig_x, orig_y, orig_w, orig_h; int mon; + int ws; Bool fixed; Bool floating; Bool fullscreen; -- cgit v1.2.3