From c59089e9f3b5fb7f755ea7732ce095ebd11c1412 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 18 Dec 2025 16:24:55 -0800 Subject: [PATCH] Use omarchy-launch-* stubs for all control panels --- bin/omarchy-launch-audio | 3 +++ default/hypr/bindings/utilities.conf | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100755 bin/omarchy-launch-audio 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