aboutsummaryrefslogtreecommitdiffstats
path: root/.config/qtile/config.py
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/config.py')
-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=[