No description
  • C 87%
  • Meson 11.4%
  • Shell 1.6%
Find a file
Daniel Baumann 8e934a7c57
Releasing fastforward version 1.9.0-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-05-22 18:58:43 +02:00
.builds Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00
completions Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00
debian Releasing fastforward version 1.9.0-1~ffwd13+u1. 2026-05-22 18:58:43 +02:00
.editorconfig Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00
.gitignore Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00
LICENSE Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00
log.h Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00
main.c Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00
meson.build Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00
meson_options.txt Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00
README.md Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00
swayidle.1.scd Adding upstream version 1.9.0. 2026-05-22 18:58:27 +02:00

swayidle

This is sway's idle management daemon, swayidle. It is compatible with any Wayland compositor which implements the ext-idle-notify protocol. See the man page, swayidle(1), for instructions on configuring swayidle.

Release Signatures

Releases are signed with 34FF9526 and published on GitHub. swayidle releases are managed independently of sway releases.

Installation

From Packages

Swayidle is available in many distributions. Try installing the "swayidle" package for yours.

Compiling from Source

Install dependencies:

  • meson *
  • wayland
  • wayland-protocols *
  • scdoc (optional: man pages) *
  • git *

* Compile-time dependency

Run these commands:

meson build/
ninja -C build/
sudo ninja -C build/ install