mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
killall pipewire
|
|
setsid -f pipewire
|
|
sleep 3
|
|
wpctl set-mute @DEFAULT_AUDIO_SINK@ 0
|
|
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
|