Find a file
2019-01-18 15:22:56 +00:00
completions Add shell completions 2019-01-12 09:39:41 -05:00
.build.yml ci: add .build.yml 2019-01-16 17:47:58 +01:00
.gitignore Add .gitignore 2019-01-12 09:21:34 -05:00
idle.xml Configure standalone build 2019-01-12 09:21:21 -05:00
LICENSE MIT license 2019-01-12 09:21:08 -05:00
main.c Merge pull request #9 from gdamjan/after-resume 2019-01-17 15:20:30 +01:00
meson.build Use -Wvla flag to prevent usage of VLAs. 2019-01-18 15:22:56 +00:00
meson_options.txt Add shell completions 2019-01-12 09:39:41 -05:00
README.md Remove wlroots dependency 2019-01-12 09:36:11 -05:00
swayidle.1.scd introduce an after-resume argument 2019-01-16 20:11:49 +01:00

swayidle

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

Release Signatures

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

Installation

From Packages

Sway is available in many distributions. Try installing the "swayidle" package for yours. If it's not available, check out this wiki page for information on installation for your distributions.

If you're interested in packaging sway for your distribution, stop by the IRC channel or shoot an email to sir@cmpwn.com for advice.

Compiling from Source

Install dependencies:

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

*Compile-time dep

Run these commands:

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