SwayAudioIdleInhibit icon indicating copy to clipboard operation
SwayAudioIdleInhibit copied to clipboard

Results 7 SwayAudioIdleInhibit issues
Sort by recently updated
recently updated
newest added

GH issue: https://github.com/ErikReider/SwayAudioIdleInhibit/issues/7 I am adding safe(ish) memory handling for the `ignoredSourceOutputs` array. It fixes "segfault" caused by out-of-bound index access. ``` (gdb) p data->ignoredSourceOutputs[1] $4 = 0x69682ac ```

sway-audio-idle-inhibit crashes extremely frequently on my machine, which I usually only notice when sway idles during a video or Zoom call. `coredumpctl list` shows that it crashes at least once...

bug

It's hard to sus out precisely which actor is the culprit here, but I've observed the following while running sway-audio-idle-inhibit against swayidle built with systemd support, on hyprland (pipewire for...

Hey there, I'm trying to implement this, but I struggle cause all the code is structured in a way that this change isn't trivial to do. Ideally the final usage...

Hello, I've been having one particular (personal) issue about sway-audio-idle-inhibit, and it's that it does its job but I prefer if there was a way to add a delay when...

`pactl list source-outputs`: ``` Source Output #805 Driver: PipeWire Owner Module: n/a Client: 804 Source: 87 Sample Specification: s16le 2ch 44100Hz Channel Map: front-left,front-right Format: pcm, format.sample_format = "\"s16le\"" format.rate...

Hi, I'm a distro packager, just want to know if there will be a version release recently, the last release is already 2 years ago.