Window Controls Applet provides themable window controls for the Cinnamon Desktop Environment. u
Go to file
2023-09-11 08:19:13 -04:00
window-controls-applet@sapphirus.org Cleanup and refactor 2023-09-11 08:19:13 -04:00
info.json Version 1.1.3: 2022-06-22 09:30:17 -04:00
LICENSE Initial commit 2022-06-22 00:11:43 -04:00
README.md Initial commit 2022-06-22 00:11:43 -04:00

Window Button Applet

The Window Button Applet provides themable window controls for the Cinnamon Desktop Environment. Multi-instance support enables multi-monitor support, as well as support for multiple workspaces.

A complete rewrite and rework of the predecessing applet was undertaken, which enables multiple instances across panels on multiple displays. Present version 1.20 is compatible with Cinnamon 5 (including 5.4) and later.

KNOWN ISSUES

PREFACE: These issues are a result of implementation semantics or regressions with Cinnamon's Window Manager called Muffin (which is a fork of Mutter from the Gnome Desktop). From the debugging which has been done so far, there doesn't appear to be a problem with the present applet code.

  • Muffin introduces a regression on the focus event signal (notify::focus). Swapping focus between windows with identical attributes will fail to trigger this event; which thusly results in this applet failing to reappear for additional instances handling identical, duplicate windows after a change of focus (e.g. a duplicate, maximised window being unminimised). Workaround is clicking the desktop on another display or inputting SUPER to trigger the user menu.
  • Applying a new theme CSS through the applet requires the window manager to be reloaded (ctrl+alt+`).