Update bindings

This commit is contained in:
Ryan Hughes
2026-05-18 03:19:58 -04:00
parent d6708ffe69
commit ae17436089
+2 -2
View File
@@ -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" })