In the last version 5.4.1, the native/system window frame has been removed. With removing the native window frame Iām no longer having the control I was previously had on the windows.
Some features that the native window frame offers
Keep windows on top of all other windows
Application menu (sandwich icon)
Show the window on all desktops
Start the application with a specific window size
Start the application at a specific location
I really hope if there is an option to disable/enable this new feature (native window frame) as of keeping inkdrop window on top of all other windows is important and used all the time
You are right. It loses some native window features for the sake of design.
Iām not planning to have an option to disable the frameless window at the moment, because it makes the app complicated to maintain.
Regarding the feature that you often use ā the always-on-top feature, you can accomplish it with the following code in init.js:
While I like the new UI, I also miss the window title bar on my Linux (PopOS) laptop. I use workspaces all the time and I set Inkdrop āAlways on Visible Workspaceā. Is is possible to have a plugin for it?
The most annoying part is the Inkdrop windows donāt inherit the systemās window shadow settings. Which makes inkdrop very flat. So, opening multiple inkdrop windows make it hard to find/distinguish by simple looking.
If we can make the always-on-top plugin to add a button for keeping on top to be right beside minimize button
I donāt know whatās your distro but it should be an issue with the window manager, and it looks like there is no way to work around it from the app side:
I donāt know whatās your distro but it should be an issue with the window manager, and it looks like there is no way to work around it from the app side:
My system is Kubuntu 21.04
Yeah, it seems a core electron issue