Skip to content

Commit

Permalink
repo: update features list in readme and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Favo02 committed Feb 16, 2024
1 parent 5f11f48 commit cc83d0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**"
Expand Down
4 changes: 2 additions & 2 deletions src/metadata.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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" ]
}

0 comments on commit cc83d0f

Please sign in to comment.