diff options
| author | allusive-dev <[email protected]> | 2023-11-03 13:07:38 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-03 13:07:38 +1100 |
| commit | 065ca0ccd1cf06a821e7273c4c922d9a9156f518 (patch) | |
| tree | 74ee093f12e668c2447408315f8f6cce03698242 /src/config.h | |
| parent | sample config update (diff) | |
| download | compfy-1.2.5.tar.xz compfy-1.2.5.zip | |
DWM inactive-opacity patches1.2.5
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 e9f4172..d5b2107 100644 --- a/src/config.h +++ b/src/config.h @@ -57,6 +57,7 @@ enum open_window_animation { enum wm_support { WM_SUPPORT_NONE = 0, WM_SUPPORT_AWESOME, + WM_SUPPORT_DWM, WM_SUPPORT_INVALID, }; |