adding a setting for when not running X
This commit is contained in:
parent
0353abbd93
commit
8dccc692e8
2 changed files with 20 additions and 5 deletions
|
@ -2,8 +2,9 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/vbatts/go-lockout/config"
|
||||
"os"
|
||||
|
||||
"github.com/vbatts/go-lockout/config"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -40,5 +41,7 @@ Please configure this file to look something like
|
|||
suspendcmd: sudo /usr/sbin/pm-suspend
|
||||
lockcmd: xscreensaver-command -lock
|
||||
|
||||
noxsuspendcmd: sudo /usr/sbin/pm-suspend
|
||||
noxlockcmd: clear
|
||||
`
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue