nikitabobko / AeroSpace

AeroSpace is an i3-like tiling window manager for macOS
https://nikitabobko.github.io/AeroSpace/guide
MIT License
8k stars 131 forks source link

`exec-and-forget` issue : run always 2 times after upgrading 0.15.0 #584

Closed zobi closed 1 month ago

zobi commented 1 month ago

i use this shortcut to open kitty, but with new version it runs always 2 times, and so 2 kitty are opens each time i hit cmd-enter (it work's with older version) :


[mode.main.binding]
# Keyboard Shorcut
cmd-enter = 'exec-and-forget /opt/homebrew/bin/kitty'

With version:

aerospace --version
aerospace CLI client version: 0.15.0-Beta e3936aac3b39f7fd242d89ebbda7f6691f5bbdf8
AeroSpace.app server version: 0.15.0-Beta e3936aac3b39f7fd242d89ebbda7f6691f5bbdf8

Thanks a lot

nikitabobko commented 1 month ago

Can't reproduce. Though I use:

alt-period = 'exec-and-forget open -n -a Alacritty'
zobi commented 1 month ago

just try with Alacritty and very strange but it open : Alacritty AND kitty lol I search what can provide this, thanks

nikitabobko commented 1 month ago

I think you somehow ended up running two instances of AeroSpace

zobi commented 1 month ago

I think you somehow ended up running two instances of AeroSpace

Exactly, thanks a lot, i remove aerospace from startup macos menu and now it run only 1 time at boot. Thanks again and sorry for this no issue ;)