Block a user
4ef0cbd8b9
remove unused variable from previous patch
28b4c822c5
ST: Add WM_ICON_NAME property support
fa253f077f
bump version to 0.8.4
b27a383a3a
config.mk: use PKG_CONFIG in commented OpenBSD section
81067c65ea
LICENSE: bump years
609f7a7a31
Apply fullgaps patch (6.2)
fcb3f2076b
Apply hide vacant tags patch (6.2)
e76cb46959
Apply swallow patch (20201211)
61bb8b2241
Fix x coordinate calculation in buttonpress.
bb2e7222ba
dwm.1: fix wrong text in man page
d9ddc0e1a9
Merge pull request 'Add ExceptionEvent' (#12) from f/exception-event into develop
7c3cd017de
Add system events section to README
6a2cad4ae5
Add ExceptionEvent
Event Handler Exception Handling With Events
Add ExceptionEvent
Because the InvocationTargetException
specifically wraps an exception thrown by the event handler, while the IllegalAccessException
and IllegalArgumentException
are only thrown in the case of…
0f9b64be48
Merge pull request 'Add DeadEvent' (#9) from f/dead-event into develop
b2fe3a9d6c
Log unhandled dead events
0036dc4829
Add DeadEvent