diff options
-rw-r--r-- | .config/qtile/config.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 24b44cb..f0bf0fd 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -136,10 +136,13 @@ matchers = { 'dev': [ Match(wm_class=[ "scide", - "Rubymine", + "pdwindow", + "PdWindow", + "PatchWindow", ]), Match(title=[ re.compile('SuperCollider'), + "Pd", ]), ], 'games': [ |