summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Pereiaslov <perk11@perk11.info>2023-09-05 20:51:57 -0500
committerKonstantin Pereiaslov <perk11@perk11.info>2023-09-05 20:51:57 -0500
commit62225b1de7124ecefbf618945529f7927a40a9a8 (patch)
tree18c2376557fc2dd1606a23353af91ae21925fa38
parentc0ca488f4e43e3ca35b9c950924e324317414f5c (diff)
Update README and TODO as AUR package now exists.
-rw-r--r--README.md3
-rw-r--r--TODO.txt1
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e62dc80..f768d3f 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,9 @@ to handle the signal.
## Installation
**Ubuntu and Debian**: Download the deb file attached to the [latest release](https://github.com/perk11/runwhenidle/releases/latest).
+**Arch**: Available in AUR: https://aur.archlinux.org/packages/runwhenidle
-Other Distros: You will need to compile runwhenidle yourself. AUR package is planned.
+Other Distros: You will need to compile runwhenidle yourself.
## Compiling
diff --git a/TODO.txt b/TODO.txt
index 6866d72..7eeb83a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,6 +1,5 @@
Here are the planned changes:
-* AUR package.
* Look more into Wayland support.
* ?Test coverage?
* Look at other types of limiting the process (CPU, IO limiting) when not idle.