All Projects → swaywm → Swayidle

swaywm / Swayidle

Licence: mit
Idle management daemon for Wayland

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Swayidle

Kodi Standalone Service
A systemd service to allow for standalone operation of kodi.
Stars: ✭ 83 (-55.38%)
Mutual labels:  wayland
Perceptia
Dynamic window manager with support for Wayland
Stars: ✭ 138 (-25.81%)
Mutual labels:  wayland
Crosswindow
💻📱 A cross platform system abstraction library written in C++ for managing windows and performing OS tasks.
Stars: ✭ 155 (-16.67%)
Mutual labels:  wayland
Skylane
Stars: ✭ 92 (-50.54%)
Mutual labels:  wayland
Glaucus
An independent Linux® distribution built from scratch
Stars: ✭ 130 (-30.11%)
Mutual labels:  wayland
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (-22.04%)
Mutual labels:  wayland
Obs Gnome Screencast
GNOME Screen Cast OBS Studio plugin
Stars: ✭ 80 (-56.99%)
Mutual labels:  wayland
Clipman
A simple clipboard manager for Wayland
Stars: ✭ 182 (-2.15%)
Mutual labels:  wayland
Wlroots
A modular Wayland compositor library
Stars: ✭ 1,969 (+958.6%)
Mutual labels:  wayland
Bspwc
Wayland compositor based on BSPWM
Stars: ✭ 154 (-17.2%)
Mutual labels:  wayland
Swvkc
experimental Wayland Vulkan compositor
Stars: ✭ 105 (-43.55%)
Mutual labels:  wayland
Wayst
A simple terminal emulator
Stars: ✭ 117 (-37.1%)
Mutual labels:  wayland
Wine Builds
Wine builds (Vanilla, Staging, TkG and Proton)
Stars: ✭ 145 (-22.04%)
Mutual labels:  wayland
Evscript
A tiny sandboxed Dyon scripting environment for evdev input devices that lets you do e.g. xcape in Wayland
Stars: ✭ 91 (-51.08%)
Mutual labels:  wayland
Shell
🐚 QtQuick and Wayland shell for convergence
Stars: ✭ 168 (-9.68%)
Mutual labels:  wayland
Sway
i3-compatible Wayland compositor
Stars: ✭ 9,854 (+5197.85%)
Mutual labels:  wayland
Oguri
A very nice animated wallpaper daemon for Wayland compositors (WIP: https://github.com/vilhalmer/oguri/milestone/1)
Stars: ✭ 141 (-24.19%)
Mutual labels:  wayland
Way Cooler
Wayland compositor for AwesomeWM
Stars: ✭ 2,132 (+1046.24%)
Mutual labels:  wayland
Nixpkgs Wayland
Automated, pre-built packages for Wayland (sway/wlroots) tools for NixOS.
Stars: ✭ 178 (-4.3%)
Mutual labels:  wayland
Gtkplatform
Run Qt applications using gtk+ as a windowing system.
Stars: ✭ 146 (-21.51%)
Mutual labels:  wayland

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

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

If you're interested in packaging swayidle for your distribution, stop by the IRC channel or shoot an email to [email protected] 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].