mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-09-05 00:32:51 +02:00
7 lines
95 B
Bash
Executable file
7 lines
95 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [[ $(pidof pavucontrol) ]]; then
|
|
pkill pavucontrol
|
|
fi
|
|
|
|
pavucontrol
|