add services for runsvdir

This commit is contained in:
frosty 2024-06-23 06:47:10 -04:00
parent 63c0674445
commit b18d81aaaf
7 changed files with 15 additions and 0 deletions

2
.local/share/service/dunst/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
[ -n "$DISPLAY" ] && exec dunst

2
.local/share/service/mpd/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec mpd --no-daemon

2
.local/share/service/picom/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
[ -n "$DISPLAY" ] && exec picom

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec pipewire -c pipewire-pulse.conf

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec pipewire

View file

@ -0,0 +1,3 @@
#!/bin/sh
[ -n "$DISPLAY" ] && exec redshift

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec wireplumber