mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Merge pull request #513 from RedBearAK/patch-26
Add Virt-manager to remotes WM_CLASS list, alphabetize list
This commit is contained in:
@@ -42,11 +42,12 @@ codeStr = "|".join(str(x) for x in mscodes)
|
|||||||
# Ideally we'd only exclude the client window,
|
# Ideally we'd only exclude the client window,
|
||||||
# but that may not be easily done.
|
# but that may not be easily done.
|
||||||
remotes = [
|
remotes = [
|
||||||
"org.remmina.Remmina",
|
|
||||||
"xfreerdp",
|
|
||||||
"VirtualBox Machine",
|
|
||||||
"VirtualBox",
|
|
||||||
"Gnome-boxes",
|
"Gnome-boxes",
|
||||||
|
"org.remmina.Remmina",
|
||||||
|
"Virt-manager",
|
||||||
|
"VirtualBox",
|
||||||
|
"VirtualBox Machine",
|
||||||
|
"xfreerdp",
|
||||||
]
|
]
|
||||||
remotes = [client.casefold() for client in remotes]
|
remotes = [client.casefold() for client in remotes]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user