Joplin exits full screen in Linux
Less than 1 minute
Joplin exits full screen in Linux
Today I maximized joplin when I was using it. But when I wanted to change the options, I used f11
to exit full screen. However, f11
is bonded to another feature, so that I can’t use it to exit.
Here is the solution.
- Find the file
window-state-prod.json
Use the commandfind / -name "window-state-prod.json"
- Edit the json file and set
isFullScreen
tofalse
If you want do disable entering full-screen size. You can cursor to Tools>Options>Keyboard Shortcuts
and disable command which uses F11