Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NapoleonWils0n/4053165 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/4053165 to your computer and use it in GitHub Desktop.
macosx: Set Help Viewer window to non-floating mode
Set Help Viewer window to non-floating mode.
have an icon in the Dock for Help Viewer
and how to set its windows to non-floating mode.
In DevMode Help Viewer has an icon in the Dock
and its windows are non-floating windows.
To activate Help Viewer DevMode type this in a terminal window:
defaults write com.apple.helpviewer DevMode -bool true
and to deactivate it type this:
defaults write com.apple.helpviewer DevMode -bool False
@hym3242
Copy link

hym3242 commented Mar 15, 2024

Does this still work in recent versions of macOS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment