@@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env watchman
|
||||
#!/usr/bin/env ssm
|
||||
|
||||
service_respawn='true'
|
||||
service_command="$HOME/bin/lockd"
|
||||
service_args=( -- i3lock-extra -s -o ~/pics/lock.png -g -p )
|
||||
service_args=( i3lock-extra -s -o ~/pics/lock.png -g -p )
|
||||
|
||||
lock() {
|
||||
kill -USR1 "$service_pid"
|
||||
}
|
||||
|
Reference in New Issue
Block a user