mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
qtile: add some apps and destination workspaces
This commit is contained in:
parent
3a9f800ce7
commit
4ecf4e8188
@ -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]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user