mathiasbynens / mathiasbynens/dotfiles

Add NSWindowShouldDragOnGestureFeedback

Open
#1,077 0 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.