6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
|
#!/usr/bin/env watchman
|
||
|
|
||
|
service_respawn='true'
|
||
|
service_command="$HOME/bin/lockd"
|
||
|
service_args=( -- i3lock-extra -s -o ~/pics/lock.png -g -p )
|