go-lockout/README.md

26 lines
481 B
Markdown
Raw Permalink Normal View History

2013-07-05 14:39:10 +00:00
go-lockout
==========
simple app for exec'ing my desired screen lock and suspend functions
2013-07-05 14:49:43 +00:00
Installation
============
This tool is built using Google Go Lang
go get github.com/vbatts/go-lockout/lockout
Usage
=====
Set ~/.config/lockout.conf to have two variables, with the values what it takes to accomplish locking your screensaver, and to suspend your laptop
suspendcmd: sudo /usr/sbin/pm-suspend
lockcmd: xscreensaver-command -lock
Then you can just call
lockout