nix-darwin
nix-darwin copied to clipboard
defaults: add options for dragOnGesture feature
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/
CI is failing
I did something wrong again I'm sorry if I pinged someone.
@2gn can you please add some basic tests. There are already some for other options of this module.
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.
Sure. You can create a new branch from the current master and cherry-pick your commits from this one.
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.