From 875e31eac994f23473705ee55601936bb0441d35 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 3 Mar 2019 12:57:11 +0100 Subject: .config/qtile/config.py: Adding Instrument Tuner to audio tag. Adding .*Renderer to spat tag. Adding ^Controls, ^Instrument Tuner and ^ssr-.* to floating clients. --- .config/qtile/config.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.config/qtile') 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 -- cgit v1.2.3-54-g00ecf