mathiasbynens / mathiasbynens/dotfiles
Add NSWindowShouldDragOnGestureFeedback
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 31.5k
- Forks
- 8.4k
- PR merge metrics
- No merged PRs in 30d
Description
`NSWindowShouldDragOnGesture` is already present, but if you open the AppKit in disassembler just near this string literal you will find this string which controls whether the window will bounce a little when dragged.
`defaults write -g NSWindowShouldDragOnGestureFeedback -bool false`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the existing NSWindowShouldDragOnGesture entry in the repository's macOS defaults file, identified as ~/.macos in the repository description. Read the surrounding settings and add the related NSWindowShouldDragOnGestureFeedback preference using the command shown in the issue; done means the setting is present with the requested default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, shell
- Domain
- desktop, operating-systems
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100