mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-27 03:41:16 +01:00
A user on the Discord noted that PyCharm windows were not being managed as expected when initially launched. After some digging this seems to be the same issue that was addressed for IntelliJ and Firefox early on in development, where these applications send EVENT_OBJECT_NAMECHANGE on launch instead of the regular event when drawing a new window. The OBJECT_NAME_CHANGE_ON_LAUNCH vec was not previously exposed via komorebic to allow users to identify other applications that exhibit the same behaviour. This commit adds a command to allow users to specify further applications in their configuration files.