Aardbei
Aardbei
Yeah, me too, I use Audacity for listening to snippets of audio at a time, but I would much prefer to just have a normal player that can do that...
here's a proposed solution: in static/closedverse.css: ```css #global-menu li { float: left; padding: 0 10px; line-height: 1; padding-left: 1px; /* this line */ } ```
hi! i'm not quite able to get it running myself, but the best i can manage is this: for the closedverse.settings, copy/rename the file `closedverse/settings_default.py` to `closedverse/settings.py`, and then open...
Thank you!! :D I'm afraid I won't be able to be of much help, it's been so long since I've touched CL and this project, but I'll try my best!...
As far as I'm aware, the backend should provide something the means. Xlib provides such an event: https://tronche.com/gui/x/xlib/events/exposure/expose.html and imagine others provide similar things. SDL wraps this event as well:...