From dae89574dd3065641f74e42cf05e96d94522f5f4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 18 Dec 2025 09:17:37 -0800 Subject: [PATCH] Add Super + Ctrl + A/B for Audio and Bluetooth controls Also, move waybar-less information notifications to Super + Ctrl + Alt + T/B to make room. These are very specialized and probably not broadly used. Closes #3909 Co-authored-by: @ddVital --- default/hypr/bindings/utilities.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 2e442630..e7ec7bf6 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -42,5 +42,9 @@ bindd = SUPER, PRINT, Color picker, exec, pkill hyprpicker || hyprpicker -a bindd = SUPER CTRL, S, Share, exec, omarchy-menu share # Waybar-less information -bindd = SUPER CTRL, T, Show time, exec, notify-send " $(date +"%A %H:%M — %d %B W%V %Y")" -bindd = SUPER CTRL, B, Show battery remaining, exec, notify-send "󰁹 Battery is at $(omarchy-battery-remaining)%" +bindd = SUPER CTRL ALT, T, Show time, exec, notify-send " $(date +"%A %H:%M — %d %B W%V %Y")" +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, B, Bluetooth controls, exec, omarchy-launch-tui bluetui