aboutsummaryrefslogtreecommitdiffstats
path: root/.config/qtile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-05-07 16:14:37 +0200
committerDavid Runge <dave@sleepmap.de>2016-05-07 16:14:37 +0200
commit1d8806cf05348173bd631d64c901f3152d4ae1fa (patch)
tree24513ca029cc81ce57c3d61287b870eb0b4ef67f /.config/qtile
parent787378f8f20b7a4ce73932bcd32aea1e7cd6003d (diff)
downloaddotfiles-1d8806cf05348173bd631d64c901f3152d4ae1fa.tar.gz
dotfiles-1d8806cf05348173bd631d64c901f3152d4ae1fa.tar.bz2
dotfiles-1d8806cf05348173bd631d64c901f3152d4ae1fa.tar.xz
dotfiles-1d8806cf05348173bd631d64c901f3152d4ae1fa.zip
.config/qtile/config.py: Adding SuperCollider to the list of programs to be spawned on dev group.
Diffstat (limited to '.config/qtile')
-rw-r--r--.config/qtile/config.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index 5fa8e5f..c55c86c 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -134,9 +134,12 @@ matchers = {
],
'dev': [
Match(wm_class=[
- "Pycharm",
+ "scide",
"Rubymine",
- ])
+ ]),
+ Match(title=[
+ re.compile('SuperCollider'),
+ ]),
],
'games': [
Match(wm_class=[