diff --git a/config/hypr/bindings.lua b/config/hypr/bindings.lua index ed04cc42..d3736365 100644 --- a/config/hypr/bindings.lua +++ b/config/hypr/bindings.lua @@ -32,7 +32,7 @@ hl.bind("SUPER + SHIFT + ALT + X", hl.dsp.exec_cmd([[omarchy-launch-webapp "http -- Overwrite existing bindings with hl.unbind() first if needed. -- hl.unbind("SUPER + SPACE") --- hl.bind("SUPER + SPACE", hl.dsp.exec_cmd("omarchy-menu"), { description = "Omarchy menu" }) +-- hl.bind("SUPER + SPACE", hl.dsp.exec_cmd("omarchy-shell-ipc menu toggle root"), { description = "Omarchy menu" }) -- Logitech MX Keys examples: -- hl.bind("SUPER + SHIFT + S", hl.dsp.exec_cmd("omarchy-capture-screenshot")) diff --git a/default/quickshell/omarchy-shell/README.md b/default/quickshell/omarchy-shell/README.md index 947af156..a3115af9 100644 --- a/default/quickshell/omarchy-shell/README.md +++ b/default/quickshell/omarchy-shell/README.md @@ -121,7 +121,7 @@ quickshell ipc -p $OMARCHY_PATH/default/quickshell/omarchy-shell call shell ping ``` Hyprland starts the shell through `omarchy-restart-shell` on boot. -Use `omarchy restart quickshell` to reload the long-running shell process. +Use `omarchy restart shell` to reload the long-running shell process. A convenience wrapper, [`omarchy-shell-ipc`](../../../bin/omarchy-shell-ipc), starts the shell if it is not already running, then forwards a `call`. It