From 1d8806cf05348173bd631d64c901f3152d4ae1fa Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 7 May 2016 16:14:37 +0200 Subject: .config/qtile/config.py: Adding SuperCollider to the list of programs to be spawned on dev group. --- .config/qtile/config.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/qtile/config.py') 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=[ -- cgit v1.2.3-70-g09d2