This file contains hidden or 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
| """ | |
| Make matching windows floating at a specific position. | |
| """ | |
| from libqtile import config, hook | |
| from libqtile.backend import base | |
| # Also add this `Match` to `Floating(float_rules=...)`, | |
| # making these windows to always start as floating. |