Egil Möller
Egil Möller
"By the way, GNOME is ending its support for X11 in favour of Wayland. I'm willing to commit to InfiniteGlass and be an active contributor." As you've noticed, I've had...
When you got that error, had you enabled the python virtualenv?
Okay so this wouldn't be too hard: Nearly everything is done using window properties, and a small number of things are done using ClientMessage:s. The sources for the command-line interface...
Btw, I'd recommend playing around with glass-action, starting with glass-action --help - it can do a bunch of stuff both to the data stored in ghosts.sqlite3, and to the running...
Related tickets: https://github.com/redhog/InfiniteGlass/issues/59 https://github.com/redhog/InfiniteGlass/issues/55
Only sort of. It has a method to send any message to a window, which is what's used to sleep it. glass-action send --window windowid --mask StructureNotifyMask IG_SLEEP
There are two ways that an app can be made to save/restore state: The proper way: Use pysml to implement a pysmlib client. There's an example here: https://github.com/redhog/InfiniteGlass/blob/master/pysmlib/clientest.py In addition...
Related to https://github.com/redhog/InfiniteGlass/issues/55
I think it's time we start making multiple InfiniteGlass themes, and for me to make it so that the rofi theme is part of the IG theme somehow... I'm getting...
:P Yep. Bloody humans, can't agree on anything :P But let's make sure multiple themes and switching between them is easy...