diff --git a/bin/omarchy-launch-audio b/bin/omarchy-launch-audio new file mode 100755 index 00000000..d666dcb8 --- /dev/null +++ b/bin/omarchy-launch-audio @@ -0,0 +1,3 @@ +#!/bin/bash + +omarchy-launch-or-focus-tui wiremix diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 81d654ff..a27eb35c 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -46,6 +46,6 @@ bindd = SUPER CTRL ALT, T, Show time, exec, notify-send " $(date +"%A %H:% bindd = SUPER CTRL ALT, B, Show battery remaining, exec, notify-send "󰁹 Battery is at $(omarchy-battery-remaining)%" # Control panels -bindd = SUPER CTRL, A, Audio controls, exec, omarchy-launch-or-focus-tui wiremix +bindd = SUPER CTRL, A, Audio controls, exec, omarchy-launch-audio bindd = SUPER CTRL, B, Bluetooth controls, exec, omarchy-launch-bluetooth -bindd = SUPER CTRL, W, Wifi controls, exec, omarchy-launch-tui impala +bindd = SUPER CTRL, W, Wifi controls, exec, omarchy-launch-wifi