jD91mZM2 / xidlehook

GitLab: https://gitlab.com/jD91mZM2/xidlehook
MIT License
382 stars 33 forks source link

Fix --not-when-fullscreen counting withdrawn windows #71

Closed Widowan closed 2 years ago

Widowan commented 3 years ago

Fix for #70, hopefully works as intended! As far as I see, xcb bindings don't have needed types (namely WM_STATE and CARD32, although latter isn't necessary), so I had to use u32 and ATOM_ANY.

danbst commented 2 years ago

https://github.com/jD91mZM2/xidlehook/issues/72