@@ -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
|
||||
|
3
homedir/.config/ssm/services/pipewire
Executable file
3
homedir/.config/ssm/services/pipewire
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/env ssm
|
||||
|
||||
service_command = /usr/bin/pipewire
|
3
homedir/.config/ssm/services/pipewire-pulse
Executable file
3
homedir/.config/ssm/services/pipewire-pulse
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/env ssm
|
||||
|
||||
service_command = /usr/bin/pipewire -c /etc/pipewire/pipewire-pulse.conf
|
@@ -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" \
|
||||
|
@@ -1,4 +0,0 @@
|
||||
#!/usr/bin/env ssm
|
||||
|
||||
service_respawn = always
|
||||
service_command = /usr/bin/crond -n -f ~/.config/crontab
|
3
homedir/.config/ssm/services/steam
Executable file
3
homedir/.config/ssm/services/steam
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ssm
|
||||
|
||||
service_command = /usr/bin/steam
|
@@ -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
|
||||
|
Reference in New Issue
Block a user