Package Details: sway-audio-idle-inhibit-git 0.1.2.r45.7a70ef1-1

Git Clone URL: https://aur.archlinux.org/sway-audio-idle-inhibit-git.git (read-only, click to copy)
Package Base: sway-audio-idle-inhibit-git
Description: Prevents swayidle from sleeping while any application is outputting or receiving audio
Upstream URL: https://github.com/ErikReider/SwayAudioIdleInhibit
Licenses: GPL
Submitter: ErikR
Maintainer: ErikR
Last Packager: ErikR
Votes: 16
Popularity: 1.10
First Submitted: 2021-08-29 22:29 (UTC)
Last Updated: 2024-09-11 16:55 (UTC)

Latest Comments

derfehler commented on 2024-06-04 09:01 (UTC)

If you have a problem with your application crashing, a temporary solution is to change the prepare() section in PKGBUILD to the following:

prepare() {
cd $_pkgfoldername
git fetch origin pull/21/head:pull_21
git checkout pull_21
}

This pull request hasn't been accepted yet, but it fixes the bug. I'm not a big git expert, maybe there is a better solution.

mipi commented on 2022-12-30 15:53 (UTC)

Thx, ErikR

ErikR commented on 2022-12-18 10:41 (UTC)

@mipi should be fixed now :)

mipi commented on 2022-12-18 09:05 (UTC)

Hi ErikR, could you add aarch64 to the list of supported architectures? sway-audio-idle-inhibit-git is building on aarch64. I tested this on a RPi4 and on a Mac Mini M1. Thanks!