changes
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
1b70d70942
commit
9bee4d613d
12
homedir/.config/ssm/services/ufwd-fikus-scn
Executable file
12
homedir/.config/ssm/services/ufwd-fikus-scn
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env ssm
|
||||
|
||||
service_tmpfiles=( "$XDG_RUNTIME_DIR/ufwd-fikus-scn:dir" )
|
||||
|
||||
#service_respawn='true'
|
||||
dirs+=( "$XDG_RUNTIME_DIR/ufwd-fikus-scn" )
|
||||
|
||||
service_command = /usr/bin/ufwd -n -c \
|
||||
$(printf -- '-d %s ' "${dirs[@]}") \
|
||||
-- -R -t 'screenshot' -A "Screenshots%3B%20$(date +%Y.%m.%d)"
|
||||
|
||||
service_cgroup_cleanup = 1
|
Loading…
Reference in New Issue
Block a user