From 8ae019fde72ce40707d41c363e0c3ded16240872 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:59:28 +0700 Subject: [PATCH] update config option descriptions --- .../ags/modules/.configuration/user_options.js | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.config/ags/modules/.configuration/user_options.js b/.config/ags/modules/.configuration/user_options.js index 826fc2cd0..0aec54eca 100644 --- a/.config/ags/modules/.configuration/user_options.js +++ b/.config/ags/modules/.configuration/user_options.js @@ -82,14 +82,9 @@ let configOptions = { 'pinnedApps': ['firefox', 'org.gnome.Nautilus'], 'layer': 'top', 'monitorExclusivity': true, // Dock will move to other monitor along with focus if enabled - // It's useful to keep the icons consistent, which is useful if you're OCD :) - 'searchPinnedAppIcons': false, - // available: client_added, client_move, workspace_active, client_active - 'trigger': ['client-added', 'client-removed'], - // Automatically hide dock after a period of time - // after a trigger has been triggered. - // Time in milliseconds. empty if always displays. - // { 'trigger': 'client-added', interval: 1000, } + 'searchPinnedAppIcons': false, // Try to search for the correct icon if the app class isn't an icon name + 'trigger': ['client-added', 'client-removed'], // client_added, client_move, workspace_active, client_active + // Automatically hide dock after `interval` ms since trigger 'autoHide': [ { 'trigger': 'client-added', @@ -104,10 +99,9 @@ let configOptions = { // Longer stuff 'icons': { // Find the window's icon by its class with levenshteinDistance - // All file paths are preprocessed and stored at ags startup, so if there - // are so many files under the path it will affect performance - // Maybe you need a comprehensive icon theme - // Example: ['/usr/share/icons/Tela-nord/scalable/apps', 'others...'] + // The file names are processed at startup, so if there + // are too many files in the search path it'll affect performance + // Example: ['/usr/share/icons/Tela-nord/scalable/apps'] 'searchPaths': [''], substitutions: {