diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-08-19 14:55:42 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-08-19 14:55:42 +0200 |
| commit | b220fc1dd52298a3acc98f157c333e8ee44dcecb (patch) | |
| tree | dc387b92a6efae11d791dfd262058b975cfcf436 /.config | |
| parent | 6c78be814ce79eca0686dc2213021f27b0e6b52c (diff) | |
add fuzzy-links to aerospace
Diffstat (limited to '.config')
| -rw-r--r-- | .config/aerospace/aerospace.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/aerospace/aerospace.toml b/.config/aerospace/aerospace.toml index e70a238..6f50772 100644 --- a/.config/aerospace/aerospace.toml +++ b/.config/aerospace/aerospace.toml @@ -89,9 +89,10 @@ automatically-unhide-macos-hidden-apps = true # 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-d = 'exec-and-forget source /etc/profile; PATH="$HOME/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" otpmenu' cmd-shift-d = 'exec-and-forget source /etc/profile; PATH="$HOME/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" passmenu' cmd-f = 'fullscreen' - cmd-d = 'exec-and-forget source /etc/profile; PATH="$HOME/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" /Applications/dmenu-mac.app/Contents/MacOS/dmenu-mac' + cmd-p = 'exec-and-forget sh -l -c "export PICKER=dmenu-mac; fuzzy-links"' # cmd-enter = ['''exec-and-forget osascript -e ' # tell application "System Events" # if exists application process "Kitty" then |
