Simon Hayessen
Simon Hayessen
I created a new widget to display and toggle the mute state of the default pulseaudio source. No idea if this is interesting for upstream as it's quite specific to...
The `plugdev` group suggested to use for the device files is specific to Debian based Linux distributions and doesn't exist on a lot of others. To keep the system setup...
select() doesn't work with file-descriptiors > FD_SETSIZE, which is 1024 per default. In long-running processes that use a lot of FDs, this limit can be reached quickly, causing the calls...