-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e63d20
commit 329c442
Showing
2 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# audioListener | ||
# SwayAudioIdleInhibit | ||
|
||
Prevents swayidle from sleeping while any application is outputting or | ||
receiving audio | ||
|
||
This only works for pulseaudio / pipewire-pulse | ||
|
||
## Install | ||
|
||
<!-- Arch: --> | ||
<!-- The package is available on the [AUR]() --> | ||
|
||
Other: | ||
|
||
```zsh | ||
meson build | ||
ninja -C build | ||
meson install -C build | ||
``` | ||
|
||
## Run | ||
|
||
```zsh | ||
./build/swayAudioIdleInhibit | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters