diff options
| author | allusive-dev <[email protected]> | 2023-11-10 19:09:40 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-10 19:09:40 +1100 |
| commit | 39c7c2a863afb68b9b764c3d0568b8d6acbc5480 (patch) | |
| tree | cf3657182d5fb5dcdcc10af70117a5c9f73e264e /src/config.h | |
| parent | Switching some per wm patches to global (diff) | |
| download | compfy-1.4.3.tar.xz compfy-1.4.3.zip | |
Added 'legacy' option for wm-support for bug testing1.4.3
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 4169bae..4276203 100644 --- a/src/config.h +++ b/src/config.h @@ -59,6 +59,7 @@ enum wm_support { WM_SUPPORT_AWESOME, WM_SUPPORT_HERB, WM_SUPPORT_DWM, + WM_SUPPORT_LEGACY, WM_SUPPORT_INVALID, }; |