Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wm): correct border overflow handling logic
This commit fixes a regression introduced in the regex rule matching refactor. Invisible borders should be removed from applications that are not identified as border overflow applications, not vice versa. This is because applications that are overflowing their borders effectively erase the invisible borders, while applications that are not overflowing their borders leave the system's invisible borders visibility intact. It is this latter group that we should be targeting with the should_remove_border variable.
- Loading branch information