diff options
author | Hunt <lizhunt@amazon.com> | 2025-07-28 09:49:33 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-07-28 09:49:33 -0700 |
commit | b7db99c895ab2d49264d77f9d760ef61acc80378 (patch) | |
tree | bbebd439116b2a4c97cbc74917a18e89a2f84cda | |
parent | 26192140899b6147b3ccb57410ab3c0d88927a13 (diff) | |
download | dotfiles-b7db99c895ab2d49264d77f9d760ef61acc80378.tar.gz dotfiles-b7db99c895ab2d49264d77f9d760ef61acc80378.zip |
Fixes window manager key combos for macos
-rw-r--r-- | context.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/context.json b/context.json index ee99561..95fa1f0 100644 --- a/context.json +++ b/context.json @@ -14,6 +14,12 @@ "XDG_CACHE_HOME": "$HOME/.cache" }, "window_manager": { + "key": { + "sup": "cmd", + "mod": "alt", + "mov": "shift", + "ed": "ctrl" + }, "workspaces": { "http": { "apps": [ @@ -196,11 +202,6 @@ } }, "window_manager": { - "key": { - "mod": "alt", - "mov": "shift", - "ed": "ctrl" - }, "workspaces": { "http": { "order": 0, |