index
:
dotfiles
master
My dotfiles
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
sway_audio
blob: ac3d982b74aaf635f0104b3d7a7a08a289e1a1ad (
plain
)
1
2
3
4
5
6
#!/bin/sh
if
[
-z
"
$(
pgrep
pipewire
)
"
]
;
then
pipewire
&
pipewire-pulse
&
fi