diff options
| author | uint23 <72694427+uint23@users.noreply.github.com> | 2025-05-18 12:57:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-18 12:57:37 +0100 |
| commit | 6d9bf1e70d660ee0f8d2c6c6fa8c8b8e989d6b93 (patch) | |
| tree | 7304a4453413f55667728f0078a230be1719f07f /src/defs.h | |
| parent | 29486b974b1f902254e1520fcc455fbda5e274d7 (diff) | |
| parent | a275a4a1b10f3939cbc9d0179298268c817b8f22 (diff) | |
Merge pull request #22 from werdl/main
Floating window toggle
Diffstat (limited to 'src/defs.h')
| -rw-r--r-- | src/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ typedef struct { int snap_distance; int bindsn; Binding binds[256]; + char *should_float[256]; } Config; typedef struct { |
