-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dim tiled windows when a non-tiled window (including transient window…
…s) is focused (#546) Resolves #99. PaperWM makes it easy to see the selected (tiled) window by giving it a coloured border. However, the same can't be said for non-tiled windows, i.e. scratch windows, floating windows, and transient windows (a transient window is a floating window that takes focus from the parent - e.g. when you open an extension settings from the `extensions` app). This PR improves this by dimming the current selected (but not focused) tiled window's border - which makes it easier to tell that a scratch, floating, or transient window is currently focused. It also intelligently handles transient windows (checks if a windows has transient windows that are focused etc.). In short, it provides a visual indicator that makes it easier to tell when non-tiled windows are focused.
- Loading branch information
Showing
3 changed files
with
108 additions
and
19 deletions.
There are no files selected for viewing
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