From 565d11ba0b805007063b6776ff9c6423866f7f95 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Thu, 14 May 2026 19:06:48 -0400 Subject: [PATCH] Update stale command references to renamed bins Two leftover spots still pointed at command names that were renamed in this branch: - default/quickshell/omarchy-shell/README.md:124 said `omarchy restart quickshell` (renamed to `omarchy restart shell`). - config/hypr/bindings.lua:35 had a commented-out example using bare `omarchy-menu`. The wrapper still works that way for now, but the canonical hot path is `omarchy-shell-ipc menu toggle root` \u2014 update the example so users copying it learn the right pattern. --- config/hypr/bindings.lua | 2 +- default/quickshell/omarchy-shell/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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