From c197bfc521b4ef9e235102ae185a3771ac26352e Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 9 Jan 2018 18:21:05 +0100 Subject: .config/qtile/config.py: Adding calibre. --- .config/qtile/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 755b434..e9faa11 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -220,6 +220,9 @@ matchers = { re.compile('Scribus'), re.compile('net-sf-jabref-JabRefMain'), ]), + Match(title=[ + re.compile('^calibre'), + ]), ], 'admin': [ Match(wm_class=[ -- cgit v1.2.3-54-g00ecf