nix-darwin icon indicating copy to clipboard operation
nix-darwin copied to clipboard

defaults: add options for dragOnGesture feature

Open 2gn opened this issue 2 years ago • 1 comments

Enable ( or disable ) NSWindowShouldDragOnGesture option without executing the following command:

defaults write -g NSWindowShouldDragOnGesture -bool true   

for more information about this feature: https://mmazzarolo.com/blog/2022-04-16-drag-window-by-clicking-anywhere-on-macos/

2gn avatar May 08 '22 00:05 2gn

CI is failing

domenkozar avatar May 18 '22 13:05 domenkozar

I did something wrong again I'm sorry if I pinged someone.

2gn avatar Aug 16 '22 14:08 2gn

@2gn can you please add some basic tests. There are already some for other options of this module.

lockejan avatar Aug 30 '22 19:08 lockejan

I'm not sure what is happening here but I'm sure that I've ruined the git tree, and I wonder if I could delete this pull request and open another. May I? And if someone was pinged by me, I'm so sorry.

2gn avatar Aug 31 '22 01:08 2gn

Sure. You can create a new branch from the current master and cherry-pick your commits from this one.

lockejan avatar Aug 31 '22 05:08 lockejan

Sure. You can create a new branch from the current master and cherry-pick your commits from this one.

Ok, thanks! I'll do it.

2gn avatar Aug 31 '22 10:08 2gn