Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunos3d/pinned-apps-in-appgrid
Display your pinned/favorite applications in the AppGrid while preserving your existing Dash-to-Dock layout and arrangement.
https://github.com/brunos3d/pinned-apps-in-appgrid
appgrid apps customization dash-to-dock desktop-environment extension favorites gnome linux pinned productivity
Last synced: 27 days ago
JSON representation
Display your pinned/favorite applications in the AppGrid while preserving your existing Dash-to-Dock layout and arrangement.
- Host: GitHub
- URL: https://github.com/brunos3d/pinned-apps-in-appgrid
- Owner: brunos3d
- License: gpl-3.0
- Created: 2024-12-17T07:01:21.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-17T09:30:51.000Z (about 1 month ago)
- Last Synced: 2024-12-17T10:28:14.434Z (about 1 month ago)
- Topics: appgrid, apps, customization, dash-to-dock, desktop-environment, extension, favorites, gnome, linux, pinned, productivity
- Language: JavaScript
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinned Apps in AppGrid
## Overview
Starting with GNOME 40, favorite applications are only displayed in the dock. This extension brings them back to the application grid, allowing you to keep your pinned/favorite apps visible in both places without interfering with your existing Dash-to-Dock layout.
https://github.com/user-attachments/assets/3b9a1c6c-a341-4e5f-accd-0d69b5a299c9
## Background
This project is a fork of the [favourites\-in\-appgrid](https://gitlab.gnome.org/harshadgavali/favourites-in-appgrid/) extension. It addresses the following issues related to rearranging favorite apps in both the GNOME Dock and the GNOME Application Grid:
- [Dash\-to\-Dock issue #2010](https://github.com/micheleg/dash-to-dock/issues/2010)
- [Dash\-to\-Dock issue #2122](https://github.com/micheleg/dash-to-dock/issues/2122)## Features
- Pins your favorite applications in both the GNOME dock and application grid.
- Preserves your GNOME Dock setup and prevents unwanted rearrangements.## Installation
1. Clone the repository:
```bash
git clone https://github.com/brunos3d/pinned-apps-in-appgrid.git
cd pinned-apps-in-appgrid
```2. Build the extension:
```bash
make
```## License
This project is licensed under the GPL License. See the LICENSE file for details.