dotfiles/homedir/.config/ssm/services/ufwd-fikus-scn

13 lines
318 B
Plaintext
Executable File

#!/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