My Qtile window manager configuration
git clone https://github.com/m-col/qtile-config
Files | Refs | Readme

Commit 9fb8c4bcaae77cd52f3907651dc2e024e3b5611d
Parent: 7c35908d5611a23d0e86855b5e5752317b187d83
Author: mcol <mcol@posteo.net>
Date: 2021-06-25 23:43:40 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-06-25 23:43:40 +0100

more auto floats

config.py Modified

@@ -204,6 +204,7 @@
         Match(title='wlroots - WL-1'),
         Match(title='wlroots - WL-2'),
         Match(title='Open File'),
+        Match(title='Unlock Database - KeePassXC'),  # Wayland
         Match(wm_class='Arandr'),
         Match(wm_class='confirm'),
         Match(wm_class='dialog'),
@@ -215,7 +216,7 @@
         Match(wm_class='lxappearance'),
         Match(wm_class='mpv'),
         Match(wm_class='notification'),
-        Match(wm_class='Pavucontrol'),
+        Match(wm_class='pavucontrol'),
         Match(wm_class='Pinentry-gtk-2'),
         Match(wm_class='qt5ct'),
         Match(wm_class='ssh-askpass'),