-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wm): add cmd to id apps with odd launch event
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.
- Loading branch information
Showing
8 changed files
with
122 additions
and
91 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.