applications(darwin): remove easy move + resize
there was an option the whole time for this natively in nix-darwin smh
This commit is contained in:
parent
6d0d4093cf
commit
303e811521
2 changed files with 3 additions and 1 deletions
|
|
@ -54,7 +54,6 @@
|
|||
"the-unarchiver"
|
||||
"linearmouse"
|
||||
"alt-tab"
|
||||
"easy-move+resize"
|
||||
"lulu"
|
||||
"rectangle"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
system.defaults.NSGlobalDomain.NSDisableAutomaticTermination = true;
|
||||
system.defaults.NSGlobalDomain.NSDocumentSaveNewDocumentsToCloud = false;
|
||||
|
||||
# enable ctrl+cmd to drag windows anywhere
|
||||
system.defaults.NSGlobalDomain.NSWindowShouldDragOnGesture = true;
|
||||
|
||||
# hot corners
|
||||
system.defaults.dock = {
|
||||
wvous-bl-corner = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue