summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authoruint23 <72694427+uint23@users.noreply.github.com>2025-05-18 12:57:37 +0100
committerGitHub <noreply@github.com>2025-05-18 12:57:37 +0100
commit6d9bf1e70d660ee0f8d2c6c6fa8c8b8e989d6b93 (patch)
tree7304a4453413f55667728f0078a230be1719f07f /src/defs.h
parent29486b974b1f902254e1520fcc455fbda5e274d7 (diff)
parenta275a4a1b10f3939cbc9d0179298268c817b8f22 (diff)
Merge pull request #22 from werdl/main
Floating window toggle
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 7267b11..6861262 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -87,6 +87,7 @@ typedef struct {
int snap_distance;
int bindsn;
Binding binds[256];
+ char *should_float[256];
} Config;
typedef struct {