Skip to content

Inhibit idle behaviour of a Wayland compositor

License

Notifications You must be signed in to change notification settings

Jappie3/vigiland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vigiland

Inhibit idle behaviour of a Wayland compositor.

Installing

Arch (AUR)

Thanks @kulothunganug for packaging Vigiland on the AUR. You can install it using an AUR helper like yay or paru:

paru -S vigiland-git

Nix

Add the flake as an input:

vigiland.url = "github:jappie3/vigiland";

Install the package:

environment.systemPackages = [inputs.vigiland.packages.${pkgs.system}.vigiland];

Usage

Run it, ctrl+c to exit:

vigiland

You can also run it in the background & use killall vigiland to stop inhibiting idle behaviour:

vigiland & disown

Technical

Your compositor should support the idle-inhibit-unstable-v1 protocol in order for Vigiland to work.