dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Add NSWindowShouldDragOnGestureFeedback

Open hym3242 opened this issue 5 months ago • 0 comments

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

hym3242 avatar Sep 19 '24 17:09 hym3242