8 lines
230 B
Bash
8 lines
230 B
Bash
#!/usr/bin/env bash
|
|
|
|
if [[ "$(hostname)" == "gentoo" ]]; then
|
|
notify-send "ocbwoy3-gentoo-debug" "audio init"
|
|
hyprctl dispatch exec pipewire
|
|
hyprctl dispatch exec pipewire-pulse
|
|
hyprctl dispatch exec wireplumber
|
|
fi |