yqrashawn / GokuRakuJoudo

config karabiner with ease
GNU General Public License v3.0
1.16k stars 121 forks source link

I always need to specify the application full path for it to work when running a script #140

Closed nadeemkhedr closed 3 years ago

nadeemkhedr commented 3 years ago

I use yabai alot, whenever I want to reference it in a command, I need to specify the full path like this:

{:des   "escape mode"
 :rules [:escape-mode
         [:delete "/usr/local/bin/yabai -m window --close"]
         ]}

instead of always writing /usr/local/bin/yabai, can't I just write yabai? I Added /usr/local/bin to my $PATH, not working with goku but in the terminal, I can write yabai

bangedorrunt commented 3 years ago

It's homebrew issue. You can find the solution at #67

nadeemkhedr commented 3 years ago

Yes, that fixed it! Thanks