qtile: float rules

This commit is contained in:
Joseph Ferano 2024-05-25 14:40:10 +07:00
parent c9c11a3de2
commit fe27bc2388

View File

@ -307,11 +307,22 @@ floating_layout = layout.Floating(
float_rules=[
# Run the utility of `xprop` to see the wm class and name of an X client.
*layout.Floating.default_float_rules,
# This is the youtube music brave thing
Match(wm_class="crx_cinhimbnkkaeohfgghhklpknlkffjgod"),
Match(wm_class="p5py"),
Match(wm_class="pygame"),
Match(wm_class="gnome-calculator"),
Match(wm_class="confirmreset"), # gitk
Match(wm_class="makebranch"), # gitk
Match(wm_class="maketag"), # gitk
Match(wm_class="ssh-askpass"), # ssh-askpass
Match(title="Alert!"),
Match(title="Please Confirm..."),
Match(title="Create New Node"),
Match(title="Select Frames"),
Match(title="Open a file"),
Match(title="Node Configuration Warning!"),
Match(title="Save Scene As..."),
Match(title="branchdialog"), # gitk
Match(title="pinentry"), # GPG key password entry
]