Add pipewire/-pulse and ssh-agent

This commit is contained in:
fanyx 2022-06-09 13:56:03 +02:00
parent 00e1b15521
commit 1cb0647e44
3 changed files with 6 additions and 0 deletions

2
.config/sv/pipewire-pulse/run Executable file
View File

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

2
.config/sv/pipewire/run Executable file
View File

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

2
.config/sv/ssh-agent/run Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec ssh-agent -D -a "/run/user/$(id -u)/ssh-agent"