hyprwm / hypridle

Hyprland's idle daemon
BSD 3-Clause "New" or "Revised" License
403 stars 25 forks source link

Idle inhibit event for a program that doesn't do them #55

Closed dxwil closed 6 months ago

dxwil commented 6 months ago

I have an ereader program, and I would like it so when that program is on screen, hypridle wouldn't sleep. Same way when watching youtube videos, but firefox sends idle inhibit events, but my ereader program doesn't. How could I achieve this?

vaxerski commented 6 months ago

rtfm plague #53

dxwil commented 6 months ago

Added the following line to my hyprland config and all works now, thanks

windowrulev2 = idleinhibit focus, class: (com.github.johnfactotum.Foliate)

Might be useful to put this somewhere in the hypridle manual, cause I read that before posting, didn't think that it could be in the hyprland manual