psifidotos / applet-window-buttons

Plasma 5 applet in order to show window buttons in your panels
GNU General Public License v2.0
403 stars 56 forks source link

Consider kwin's closeable rule #74

Closed kupiqu closed 4 years ago

kupiqu commented 4 years ago

Window decorations don't show the close button when the kwin rule Closeable in Appearance and Fixes is set to No. Not sure if possible or how difficult, but it would be great if this applet would do the same.

psifidotos commented 4 years ago

It is possible but it would require the following

  1. For Latte it would need Latte to update its properties exposed for lastactivewindowand update also the windows tracked properties
  2. This applet to create new common window properties for Plasma and Latte trackers
  3. Based on 2 this applet must respect its button visibility

So all in all I will leave it open and in case someone provides PRs all will review them for its step independelty

kupiqu commented 4 years ago

great, thank you!