diff options
author | David Runge <dave@sleepmap.de> | 2016-05-09 11:42:26 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-05-09 11:42:26 +0200 |
commit | d0f0ef39c9867f6d5f4c2744d0da5d7289b4b44f (patch) | |
tree | 070e8f4b6a742b9159baf78a792e5f806bca995b | |
parent | 709ec0c19abd847e151f44b940ed1f8a484f98e3 (diff) | |
download | dotfiles-d0f0ef39c9867f6d5f4c2744d0da5d7289b4b44f.tar.gz dotfiles-d0f0ef39c9867f6d5f4c2744d0da5d7289b4b44f.tar.bz2 dotfiles-d0f0ef39c9867f6d5f4c2744d0da5d7289b4b44f.tar.xz dotfiles-d0f0ef39c9867f6d5f4c2744d0da5d7289b4b44f.zip |
.config/qtile/config.py: Adding pd to the dev group.
-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': [ |