Find a file
2024-05-12 12:18:18 +02:00
completions build: split completions into separate file 2022-12-04 17:03:44 +01:00
.build.yml ci: add .build.yml 2019-01-16 17:47:58 +01:00
.editorconfig Add editorconfig 2021-11-18 16:59:23 +01:00
.gitignore Add .gitignore 2019-01-12 09:21:34 -05:00
LICENSE MIT license 2019-01-12 09:21:08 -05:00
log.h Improve log messages 2021-12-03 10:59:10 +01:00
main.c Define _POSIX_C_SOURCE globally 2024-05-12 12:18:18 +02:00
meson.build Define _POSIX_C_SOURCE globally 2024-05-12 12:18:18 +02:00
meson_options.txt meson: add a logind feature 2019-01-24 23:35:39 +01:00
README.md Drop support for KDE's idle protocol 2023-06-23 12:31:16 +02:00
swayidle.1.scd Add a missing stop in the manpage 2024-03-15 21:07:29 +01: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