From 303e8115215c99def988b4800454cd76066535f4 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 11 Sep 2025 00:13:14 +1000 Subject: [PATCH] applications(darwin): remove easy move + resize there was an option the whole time for this natively in nix-darwin smh --- modules/applications/darwin.nix | 1 - modules/desktop/de/darwin.nix | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/applications/darwin.nix b/modules/applications/darwin.nix index 7e55e09..f43da18 100644 --- a/modules/applications/darwin.nix +++ b/modules/applications/darwin.nix @@ -54,7 +54,6 @@ "the-unarchiver" "linearmouse" "alt-tab" - "easy-move+resize" "lulu" "rectangle" ]; diff --git a/modules/desktop/de/darwin.nix b/modules/desktop/de/darwin.nix index 8e55582..0c857e8 100644 --- a/modules/desktop/de/darwin.nix +++ b/modules/desktop/de/darwin.nix @@ -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;