Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

johnchen902/jautolock

Repository files navigation

jautolock

Description

jautolock will fire a program after specified time of user inactivity. It is intended to replace xautolock.

Development

jautolock has the following dependencies:

  • confuse
  • libxdg-basedir
  • libxss

Upstream

jautolock is developed at https://github.com/johnchen902/jautolock

Compilation

Compiling is done with the usual make-line

make && sudo make install

Configuration

Put your config at ~/.config/jautolock/config

Sample config:

task notify {
    time = 50
    command = "notify-send jautolock \"10 seconds before locking\""
}
task lock {
    time = 60
    command = "i3lock -nc 000000"
}

About

Superceded by johnchen902/python-jautolock

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published