Add pipewire/-pulse and ssh-agent
This commit is contained in:
parent
00e1b15521
commit
1cb0647e44
3 changed files with 6 additions and 0 deletions
2
.config/sv/pipewire-pulse/run
Executable file
2
.config/sv/pipewire-pulse/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec pipewire-pulse
|
2
.config/sv/pipewire/run
Executable file
2
.config/sv/pipewire/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec pipewire
|
2
.config/sv/ssh-agent/run
Executable file
2
.config/sv/ssh-agent/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec ssh-agent -D -a "/run/user/$(id -u)/ssh-agent"
|
Loading…
Add table
Reference in a new issue