This commit is contained in:
2025-09-15 17:59:45 +03:00
parent 86f66b5734
commit 26641fdad9
8 changed files with 70 additions and 12 deletions

8
scripts/gentoo-init.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/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