10 lines
174 B
Plaintext
Executable File
10 lines
174 B
Plaintext
Executable File
#!/usr/bin/env ssm
|
|
|
|
service_respawn='true'
|
|
service_command="$HOME/bin/lockd"
|
|
service_args=( i3lock-extra -s -o ~/pics/lock.png -g -p )
|
|
|
|
lock() {
|
|
kill -USR1 "$service_pid"
|
|
}
|