Skip to content

Instantly share code, notes, and snippets.

@m-col
m-col / position_floats.py
Created April 27, 2022 10:14
Qtile: Make matching windows floating at a specific position
"""
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.