mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
9 lines
259 B
Bash
9 lines
259 B
Bash
echo "Fix microphone gain and audio mixing on Asus ROG laptops"
|
|
|
|
source "$OMARCHY_PATH/install/config/hardware/asus/fix-mic.sh"
|
|
source "$OMARCHY_PATH/install/config/hardware/asus/fix-audio-mixer.sh"
|
|
|
|
if omarchy-hw-asus-rog; then
|
|
omarchy-restart-pipewire
|
|
fi
|