From ae174360899baf92e1b3d8c5080fd5e7345b684a Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Mon, 18 May 2026 03:19:58 -0400 Subject: [PATCH] Update bindings --- default/hypr/bindings/utilities.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/hypr/bindings/utilities.lua b/default/hypr/bindings/utilities.lua index 78fbd9b8..f126fa38 100644 --- a/default/hypr/bindings/utilities.lua +++ b/default/hypr/bindings/utilities.lua @@ -53,8 +53,8 @@ hl.bind("SUPER + CTRL + ALT + T", hl.dsp.exec_cmd("omarchy-notification-time"), hl.bind("SUPER + CTRL + ALT + B", hl.dsp.exec_cmd("omarchy-notification-battery"), { description = "Show battery remaining" }) hl.bind("SUPER + CTRL + ALT + W", hl.dsp.exec_cmd("omarchy-notification-weather"), { description = "Show weather" }) -hl.bind("SUPER + CTRL + A", hl.dsp.exec_cmd("omarchy-launch-audio"), { description = "Audio controls" }) -hl.bind("SUPER + CTRL + B", hl.dsp.exec_cmd("omarchy-launch-bluetooth"), { description = "Bluetooth controls" }) +hl.bind("SUPER + CTRL + A", hl.dsp.exec_cmd("omarchy-shell-ipc audioPanel toggle"), { description = "Audio panel" }) +hl.bind("SUPER + CTRL + B", hl.dsp.exec_cmd("omarchy-shell-ipc bluetoothPanel toggle"), { description = "Bluetooth panel" }) hl.bind("SUPER + CTRL + W", hl.dsp.exec_cmd("omarchy-shell-ipc networkPanel toggle"), { description = "Wifi panel" }) hl.bind("SUPER + CTRL + T", hl.dsp.exec_cmd("omarchy-launch-tui btop"), { description = "Activity" })