Skip to content

0x5a4/wlinhibit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wlinhibit

Notice: In hyprland 0.40, this issue breaks this app. Fixed in later versions.

wlinhibit is an extremely simple program to prevent your wayland compositor from going idle.
if it runs idle inhibit is active, if not not. its that simple.

(Your compositor needs to support idle-inhibit-unstable-v1.xml, most of them do. See here)

Installation

Available in nixpkgs unstable!

Usage

You will probably want to setup a keybind that runs something like

killall wlinhibit || wlinhibit

Building

nix build

or the old fashioned way

meson setup build
cd build
meson install