From fcba6237fe2695e0cf44f9258215675765f31a9b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 4 May 2026 13:28:00 +0200 Subject: [PATCH 1/2] No longer needed --- bin/omarchy | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/omarchy b/bin/omarchy index 89db5d8b..42c4b82f 100755 --- a/bin/omarchy +++ b/bin/omarchy @@ -327,9 +327,6 @@ load_group_extra_commands() { install) load_command_by_binary omarchy-pkg-add ;; - system) - load_command_by_binary omarchy-lock-screen - ;; esac } From 21cfaab07dbfe03b3794fa2ffe8980162cbb4126 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 4 May 2026 13:31:32 +0200 Subject: [PATCH 2/2] This moved --- bin/omarchy | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/omarchy b/bin/omarchy index 42c4b82f..511aeb97 100755 --- a/bin/omarchy +++ b/bin/omarchy @@ -55,7 +55,6 @@ GROUP_DESCRIPTIONS[reinstall]="Reinstall and reset workflows" GROUP_DESCRIPTIONS[remove]="Removal workflows" GROUP_DESCRIPTIONS[restart]="Restart Omarchy components" GROUP_DESCRIPTIONS[setup]="Interactive setup wizards" -GROUP_DESCRIPTIONS[share]="Share clipboard, files, and folders" GROUP_DESCRIPTIONS[snapshot]="System snapshots" GROUP_DESCRIPTIONS[state]="Persistent Omarchy state" GROUP_DESCRIPTIONS[sudo]="Sudo configuration helpers"