From aed6301b3c4cc4ce49c8352c1e8688b73bd58f40 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 16 Dec 2024 14:54:28 +0700 Subject: [PATCH] Allow window dragging with aerospace --- nix/config/aerospace/aerospace.toml | 1 - nix/module/configuration.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/config/aerospace/aerospace.toml b/nix/config/aerospace/aerospace.toml index 8ec359a..4d7fba1 100644 --- a/nix/config/aerospace/aerospace.toml +++ b/nix/config/aerospace/aerospace.toml @@ -1,4 +1,3 @@ - start-at-login = true enable-normalization-flatten-containers = true diff --git a/nix/module/configuration.nix b/nix/module/configuration.nix index 54993a7..86321da 100644 --- a/nix/module/configuration.nix +++ b/nix/module/configuration.nix @@ -98,6 +98,7 @@ AppleTemperatureUnit = "Celsius"; InitialKeyRepeat = 14; KeyRepeat = 1; + NSWindowShouldDragOnGesture = true; "com.apple.mouse.tapBehavior" = 1; }; };