qtile: add some apps and destination workspaces

This commit is contained in:
Guilherme Rugai Freire 2021-08-13 15:46:53 -03:00
parent 3a9f800ce7
commit 4ecf4e8188
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -454,6 +454,7 @@ def try_regroup_window(client):
"virt-manager": "SYS", "virt-manager": "SYS",
"baobab": "SYS", "baobab": "SYS",
"gnome-disks": "SYS", "gnome-disks": "SYS",
"bitwarden": "SYS",
"gedit": "DOC", "gedit": "DOC",
"discord": "CHAT", "discord": "CHAT",
"microsoft teams - preview": "CHAT", "microsoft teams - preview": "CHAT",
@ -467,6 +468,7 @@ def try_regroup_window(client):
# Notion for class is notion-nativefier-xxxx for example # Notion for class is notion-nativefier-xxxx for example
apps_wm_class_incomplete = { apps_wm_class_incomplete = {
"notion": "DOC", "notion": "DOC",
"todoist": "DOC",
} }
wm_class = client.window.get_wm_class()[0] wm_class = client.window.get_wm_class()[0]