From 1c559d223102369433d4113bcf069dd38ad83f77 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Thu, 14 May 2026 01:56:29 -0400 Subject: [PATCH] Default settings panel to Defaults category on open --- .../omarchy-shell/plugins/settings/SettingsPanel.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/quickshell/omarchy-shell/plugins/settings/SettingsPanel.qml b/default/quickshell/omarchy-shell/plugins/settings/SettingsPanel.qml index 90b6c5fc..83bf8e1a 100644 --- a/default/quickshell/omarchy-shell/plugins/settings/SettingsPanel.qml +++ b/default/quickshell/omarchy-shell/plugins/settings/SettingsPanel.qml @@ -72,13 +72,13 @@ Item { // ---------------- navigation --------------------------------------------- readonly property var categoryIds: ["defaults", "style", "bar", "system", "plugins"] - property string activeCategory: "bar" + property string activeCategory: "defaults" // Keyboard nav state. Two zones: "sidebar" (j/k cycles category) and // "body" (j/k walks through visible focusable controls). Tab/Enter/l/Right // dive from sidebar into body; h/Left/Esc backs out. property string focusZone: "sidebar" - property int sidebarIndex: 2 + property int sidebarIndex: 0 // Focus visuals — deliberately *different* from selected styling so the // keyboard cursor never gets confused with the current value/choice. A