https://github.com/mttbernardini/dynamic-workspaces
🌿 Dynamic workspaces for Cinnamon DE
https://github.com/mttbernardini/dynamic-workspaces
cinnamon cinnamon-extension cinnamon-spices desktop-environment extensions linux
Last synced: 11 months ago
JSON representation
🌿 Dynamic workspaces for Cinnamon DE
- Host: GitHub
- URL: https://github.com/mttbernardini/dynamic-workspaces
- Owner: mttbernardini
- Created: 2020-03-20T10:08:52.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T19:55:46.000Z (about 5 years ago)
- Last Synced: 2025-02-13T14:15:59.187Z (about 1 year ago)
- Topics: cinnamon, cinnamon-extension, cinnamon-spices, desktop-environment, extensions, linux
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:herb: Cinnamon Extension - Dynamic Workspaces
==============================================
Attempt to introduce dynamic workspaces (as in GNOME 3) to Cinnamon.
## Installation
```sh
cd ~/.local/share/cinnamon/extensions/
wget https://github.com/mttbernardini/dynamic-workspaces/archive/master.zip
unzip master.zip
mv dynamic-workspaces{-master,@mttbernardini}
rm master.zip
```
## Dev notes
- This extensions is based on reverse-engineering other Cinnamon extensions and Cinammon's source code itself, because I could not find any reasonable documentation.
- It kind of works, but a lot is still to be done (fixing crashes, optimizing performances, testing).
---
© 2020 Matteo Bernardini