Skip to content

Execute command(s) after n minutes of inactivity.

Notifications You must be signed in to change notification settings

pepper-jelly/Xidle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Help

Xidle: [time] [command(s)]
    Execute command(s) after n minutes of inactivity.
    Examples:
    Xidle 5 "xset dpms force off; i3lock --nofork" &
    Xidle 1 "xdg-screensaver reset" &

Build and dependencies

gcc Xidle.c -lX11 -lXss -o Xidle

libxss
libx11
libxext
libxcb
libxau
libxdmcp

Note

Command(s) will be executed only once after timer triggered(then it resets after activity).

About

Execute command(s) after n minutes of inactivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published