hyprwm / hypridle

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

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

Closed dxwil closed 1 month ago

dxwil commented 1 month 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 1 month ago

rtfm plague #53

dxwil commented 1 month 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