From cc83d0fb571ad935ec73c2e085428a4b6086abe7 Mon Sep 17 00:00:00 2001 From: Luca Favini Date: Sat, 17 Feb 2024 00:35:03 +0100 Subject: [PATCH] repo: update features list in `readme` and `metadata` --- README.md | 5 +++-- src/metadata.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f29123d..e8fa596 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,16 @@ - Show a simple indicator to **display workspaces** and **apps open** in it - Support for **drag and drop**: change an application workspace just dragging its icon -- **Right/Left** click to focus application, **Middle click** to close +- **Right/Left** click to focus/minimize application, **Middle click** to close - **Workspaces scrolling**: change active workspace scrolling hover the indicator - Support for **multiple monitor** _(for both static and dynamic workspaces)_ - **Rename workspaces** directly from the extension _(activate in settings)_ +- Hide/show **GNOME default workspace indicator** (former activities button) ## Customization - Indicator **position** -- **Scroll** direction (normal or inverse) +- Mouse **scroll** direction (normal or inverse) - Activate/deactivate "**middle click** to close app" - Activate/deactivate "**click on active workspace to overview**" - Activate/deactivate "**click on focused application to minimize**" diff --git a/src/metadata.json b/src/metadata.json index bfcd5c7..899b00a 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -1,9 +1,9 @@ { "name": "Workspaces indicator by open apps", - "description": "Display a simple workspace indicator showing icons of apps open in it.\n\nFeatures:\n\n- Show a simple indicator to display workspaces and apps open in it\n- Support for drag and drop: change an application workspace just dragging its icon\n- Right/Left click to focus application, Middle click to close\n- Workspaces scrolling: change active workspace scrolling hover the indicator\n- Support for multiple monitor (for both static and dynamic workspaces)\n- Rename workspaces directly from the extension (activate in settings)\n\nCustomization:\n\n- Indicator position\n- Scroll direction (normal or inverse)\n- Activate/deactivate 'middle click to close app'\n- Activate/deactivate 'workspace indicator'\n- Activate/deactivate 'app indicator'\n- Customize indicator color\n- Activate/deactivate 'round borders'\n- Show/Hide workspaces names\n- Show/Hide empty workspaces\n- Customize apps on all workspaces text indicator\n- Desaturate all icons\n- No effect/Reduce opacity/Desaturate for both minimized and inactive apps\n- Limit icons per workspace\n- Group icons of same application\n", + "description": "Display a simple workspace indicator showing icons of apps open in it.\n\nFeatures:\n\n- Show a simple indicator to display workspaces and apps open in it\n- Support for drag and drop: change an application workspace just dragging its icon\n- Right/Left click to focus/minimize application, Middle click to close\n- Workspaces scrolling: change active workspace scrolling hover the indicator\n- Support for multiple monitor _(for both static and dynamic workspaces)_\n- Rename workspaces directly from the extension _(activate in settings)_\n- Hide/show GNOME default workspace indicator (former activities button)\n\nCustomization:\n\n- Indicator position\n- Mouse scroll direction (normal or inverse)\n- Activate/deactivate 'middle click to close app'\n- Activate/deactivate 'click on active workspace to overview'\n- Activate/deactivate 'click on focused application to minimize'\n- Activate/deactivate 'workspace indicator'\n- Activate/deactivate 'app indicator'\n- Customize indicator color\n- Activate/deactivate 'round borders'\n- Show/Hide workspaces names\n- Show/Hide empty workspaces\n- Customize apps on all workspaces text indicator\n- Desaturate all icons\n- No effect/Reduce opacity/Desaturate for both minimized and inactive apps\n- Limit icons per workspace\n- Group icons of same application\n- Ignore applications (with regex)", "uuid": "workspaces-by-open-apps@favo02.github.com", "settings-schema": "org.gnome.shell.extensions.workspaces-indicator-by-open-apps", "url": "https://github.com/Favo02/workspaces-by-open-apps", - "version": "12", + "version": "14", "shell-version": [ "45" ] }