diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-21 00:09:13 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-21 00:09:13 +0100 |
| commit | e0ee5c9e96c18702e263562c1c1c6ce30ba30056 (patch) | |
| tree | e38eb54d9938884a803ebfeccd6507860c2c87a3 /mut/aerospace | |
| parent | e647fa6f769d77fa0ca2a5b13eea05e22b9ab6ca (diff) | |
make nushell work
Diffstat (limited to 'mut/aerospace')
| -rw-r--r-- | mut/aerospace/aerospace.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mut/aerospace/aerospace.toml b/mut/aerospace/aerospace.toml index bb30cbe..c5e9a16 100644 --- a/mut/aerospace/aerospace.toml +++ b/mut/aerospace/aerospace.toml @@ -89,11 +89,18 @@ automatically-unhide-macos-hidden-apps = false # See: https://nikitabobko.github.io/AeroSpace/commands#exec-and-forget # You can uncomment the following lines to open up terminal with alt + enter shortcut # (like in i3) + cmd-shift-d = 'exec-and-forget source /etc/profile; PATH="$HOME/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" passmenu' + cmd-d = 'exec-and-forget source /etc/profile; PATH="$HOME/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" dmenu' cmd-enter = '''exec-and-forget osascript -e ' tell application "Ghostty" activate end tell' ''' + cmd-w = '''exec-and-forget osascript -e ' + tell application "Chrome" + activate + end tell' + ''' # See: https://nikitabobko.github.io/AeroSpace/commands#layout cmd-slash = 'layout tiles horizontal vertical' |
