aboutsummaryrefslogtreecommitdiffstats
path: root/.config/qtile
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile')
-rw-r--r--.config/qtile/config.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index 244b836..9c2a19e 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -204,11 +204,12 @@ matchers = {
re.compile('^JACK'),
re.compile("^Calf\sJACK\sHost"),
re.compile("^Patchage"),
+ re.compile("^Instrument Tuner"),
]),
],
'spat': [
Match(title=[
- re.compile('BinauralRenderer'),
+ re.compile('.*Renderer'),
re.compile('Controls'),
]),
],
@@ -422,6 +423,8 @@ mouse = [
floating_clients = [
re.compile('^JACK'),
+ re.compile('^Controls'),
+ re.compile('^ssr-.*'),
re.compile('^Help Browser'),
re.compile('^Find externals'),
re.compile('^Audio Settings'),
@@ -429,6 +432,7 @@ floating_clients = [
re.compile('^Find'),
re.compile('^Pd search path'),
re.compile('^Send a Pd message'),
+ re.compile('^Instrument Tuner'),
]
dgroups_key_binder = None