dangvd / crystal-dock

A cool dock (desktop panel) for Linux desktop
GNU General Public License v3.0
54 stars 8 forks source link

Be able to control the window like closing #15

Closed Dangerise closed 3 months ago

Dangerise commented 7 months ago

In some normal task managers, it's able to do some actions like closing and maximizing by right clicking the icon in the panel, hope the same for the crystal-dock

Dangerise commented 7 months ago

Furthermore, it will be nice to be called out when pressing win button

dangvd commented 7 months ago

Hi,

KWindowSystem, the library that crystal-dock uses, does not support maximizing/closing actions so I can't do it yet.

Cheers,

dangvd commented 7 months ago

Re-opened as I might be able to do this for the next version due to the new library.

Dangerise commented 7 months ago

I'm looking forward to it.

dangvd commented 3 months ago

Version 2.0 has added Close Window(s) to the context menu. I did not add Maximize because it depends on the applications -- not all of them want to be maximized e.g. a Music app. I think Windows 11 does not have Maximize option either, probably for the same reason.