Files
nix/scripts/gentoo-init.sh
2025-09-15 17:59:45 +03:00

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