Skip to content

Commit

Permalink
Add GNOME Boxes WM_CLASS for Linux, and a comma
Browse files Browse the repository at this point in the history
Note: I'm trying to consistently leave a comma after the last item in each vertically formatted python list, so that when someone with less python knowledge wants to add something to the list and does it the "lazy way" by just copying the last line, pasting it on the end and editing it to add a new item, they won't cause the "missing comma" python error too easily. Having a comma on the very end of the list with no element after it doesn't seem to cause any harm or python errors. And you can copy/paste the last item as many times as you want without getting into trouble.
  • Loading branch information
RedBearAK committed Apr 13, 2021
1 parent 3b5c35f commit 87dae12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/kinto.py
Expand Up @@ -41,7 +41,8 @@
"org.remmina.Remmina",
"xfreerdp",
"VirtualBox Machine",
"VirtualBox"
"VirtualBox",
"Gnome-boxes",
]
remotes = [client.casefold() for client in remotes]

Expand Down

0 comments on commit 87dae12

Please sign in to comment.