diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index 9787f2e..760cbb7 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -74,3 +74,6 @@ alt-shift-right = ['join-with right', 'mode main'] [[on-window-detected]] if.app-id = 'com.electron.logseq' run = 'move-node-to-workspace l' + +[workspace-to-monitor-force-assignment] +5 = 'secondary' diff --git a/module/configuration.nix b/module/configuration.nix index 4452b2b..95f6983 100644 --- a/module/configuration.nix +++ b/module/configuration.nix @@ -116,6 +116,8 @@ "com.apple.mouse.tapBehavior" = 1; }; + spaces.spans-displays = true; + trackpad = { Clicking = true; TrackpadRightClick = true;