A MATE panel applet that provides a "Windows" menu to switch between open windows, specifically designed for CommodoreOS Vision.
- C 89.3%
- Makefile 10.7%
| debian | First import | |
| action-menu.c | Workspace separators | |
| action-menu.h | Workspace separators | |
| commodoreos-windows-applet.mate-panel-applet.in | First import | |
| LICENSE | Include GPL2 full text | |
| Makefile | Version 3.0 | |
| README.md | Update README | |
| window-menu.c | Workspace separators | |
| window-menu.h | First import | |
CommodoreOS Window Selector Applet
A MATE panel applet that provides a "Windows" menu to switch between open windows, specifically designed for CommodoreOS Vision.
Features
- Text button labeled "Windows" in the panel
- Menu shows app icons and titles
- Click to focus the selected window
Build
Dependencies (Debian/MX):
- libgtk-3-dev
- libwnck-3-dev
- libmate-panel-applet-dev
- build-essential, pkg-config
Build and install:
make
sudo make install
Add to panel: right‐click panel → Add to Panel → "CommodoreOS Windows Menu".
Uninstall
sudo make uninstall
Make a .deb
make deb
ls dist/*.deb
The simple make deb generates a minimal .deb in dist/.
License
GPL-2.0-only. See LICENSE.
Authors
- Alessandro Molina alessandro@molina.fyi
- Original authors and contributors as listed in source headers.