diff options
author | awy <awy@awy.one> | 2024-11-24 22:17:00 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-24 22:17:00 +0300 |
commit | 4301b821835e8e55640312e78777e25c9243e7fb (patch) | |
tree | c13ffef33f688e557de9a29dc75c810e65878595 /.local | |
parent | 13fbd5bc4ecf15e8d9b9578e03f83669f218ee32 (diff) |
change stuff
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/reloadpipewire | 7 | ||||
-rwxr-xr-x | .local/bin/reloadsingbox | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.local/bin/reloadpipewire b/.local/bin/reloadpipewire new file mode 100755 index 0000000..e883493 --- /dev/null +++ b/.local/bin/reloadpipewire @@ -0,0 +1,7 @@ +#!/bin/sh +killall pipewire +killall pipewire-pulse +killall wireplumber +setsid -f pipewire +setsid -f pipewire-pulse +setsid -f wireplumber diff --git a/.local/bin/reloadsingbox b/.local/bin/reloadsingbox new file mode 100755 index 0000000..731c618 --- /dev/null +++ b/.local/bin/reloadsingbox @@ -0,0 +1,3 @@ +#!/bin/sh +killall sing-box +setsid -f sing-box -c /mnt/ssd/settings/config.json run |