From 4ecf4e81887a02dff27cbe984f633ffa1af4d960 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Fri, 13 Aug 2021 15:46:53 -0300 Subject: [PATCH] qtile: add some apps and destination workspaces --- .config/qtile/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index a03ded0..c28c0ee 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -454,6 +454,7 @@ def try_regroup_window(client): "virt-manager": "SYS", "baobab": "SYS", "gnome-disks": "SYS", + "bitwarden": "SYS", "gedit": "DOC", "discord": "CHAT", "microsoft teams - preview": "CHAT", @@ -467,6 +468,7 @@ def try_regroup_window(client): # Notion for class is notion-nativefier-xxxx for example apps_wm_class_incomplete = { "notion": "DOC", + "todoist": "DOC", } wm_class = client.window.get_wm_class()[0]