all the changes

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2022-01-12 11:43:46 +03:00
parent dee7375697
commit 9463b292c8
17 changed files with 414 additions and 271 deletions

View File

@@ -1,7 +1,8 @@
#!/usr/bin/env watchman
#!/usr/bin/env ssm
#service_respawn='true'
service_command='/home/fbt/bin/moltenbar'
service_cgroup_cleanup = 1
post_start() {
# Die if the thing didn't start

View File

@@ -0,0 +1,3 @@
#!/bin/env ssm
service_command = /usr/bin/pipewire

View File

@@ -0,0 +1,3 @@
#!/bin/env ssm
service_command = /usr/bin/pipewire -c /etc/pipewire/pipewire-pulse.conf

View File

@@ -2,7 +2,7 @@
service_command = '/usr/bin/pulseaudio' \
--exit-idle-time=-1 --flat-volumes=no \
--exit-idle-time=-1 \
-L module-jack-sink \
-L "module-jack-sink sink_name=jack_sink_01 connect=false" \
-L "module-jack-sink sink_name=jack_sink_02 connect=false" \

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env ssm
service_respawn = always
service_command = /usr/bin/crond -n -f ~/.config/crontab

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env ssm
service_command = /usr/bin/steam

View File

@@ -8,6 +8,6 @@ dirs+=( "$XDG_RUNTIME_DIR/scn" )
service_command = /usr/bin/ufwd -c \
$(printf -- '-d %s ' "${dirs[@]}") \
-- -R -t 'screenshot' -A "Screenshots; $(date +%Y.%m.%d)"
-- -R -t 'screenshot' -A "Screenshots%3B%20$(date +%Y.%m.%d)"
service_cgroup_cleanup = 1

View File

@@ -26,14 +26,14 @@
#service_stop_signal = 15
# Enable cgroup-related functions
#cgroups = 1
cgroups = 1
# Refuse to start the service if its cgroup is not empty
#service_cgroup_exclusive = 1
service_cgroup_exclusive = 1
# Wait on all the members of the cgroup to exit when stopping the service.
service_cgroup_wait = 1
service_cgroup_strict = 0
service_cgroup_strict = 1
#logdir = ~/.log