Add Virt-manager to remotes WM_CLASS list, alphabetize list

Just adding "Virt-manager" WM_CLASS and re-ordering `remotes` alphabetically to conform to other lists.
This commit is contained in:
RedBearAK
2021-05-12 16:26:06 -08:00
committed by GitHub
parent 1562096889
commit 14021fbf67

View File

@@ -42,11 +42,12 @@ codeStr = "|".join(str(x) for x in mscodes)
# Ideally we'd only exclude the client window,
# but that may not be easily done.
remotes = [
"org.remmina.Remmina",
"xfreerdp",
"VirtualBox Machine",
"VirtualBox",
"Gnome-boxes",
"org.remmina.Remmina",
"Virt-manager",
"VirtualBox",
"VirtualBox Machine",
"xfreerdp",
]
remotes = [client.casefold() for client in remotes]