A small utility to inhibit idle on wayland for mpris clients
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add back meta

Ben C 804db180 f0aa83b7

+7
+7
flake.nix
··· 46 46 commonArgs 47 47 // { 48 48 inherit cargoArtifacts; 49 + 50 + meta = with lib; { 51 + mainProgram = "wayland-mpris-idle-inhibit"; 52 + description = "A program that enables the wl-roots idle inhibitor when MPRIS reports any player"; 53 + license = licenses.mit; 54 + homepage = "https://github.com/Bwc9876/wayland-mpris-idle-inhibit"; 55 + }; 49 56 } 50 57 ); 51 58 in