You are not logged in.
I'm using Cinnamon DE for a while now on my Arch system and I'm loving it. I found only one problem with windows effects. Unmaximizing windows effect does not work. I have tried with different effect options, but no mater which effect I use unmaximize effect just jumps with no effect, while other effects works fine. Does anyone has the same behavior like me? I don't know if this is cinnamon bug, I could not find any answer on google.
Last edited by beetlejuice (2019-10-07 20:16:27)
Offline
I found a solution. I just had to modify one line in "/usr/share/cinnamon/js/ui/windowManager.js" file.
At line 482 you will find:
if (key === 'unmaximize' || key === 'unminimize') return;After modification:
if (key === 'unminimize') return;I don't know why they disabled "unmaximize" inside this file, while in other hand there is a dedicated option in cinnamon-settings for that same effect.
Last edited by beetlejuice (2019-11-27 03:39:19)
Offline