fatty
fatty copied to clipboard
ssh config not available if starting fatty directly
I wanted to start Fatty as default, so I changed the shortcut by replacing "mintty.exe" with "fatty.exe" in it's path.
After this change, Fatty started as expected in a single window, but I couldn't use SSH in Cygwin64 anymore.
After lot of searching I found a solution which fixed the mentioned problem, but coused a new one so that two windows where opened now. After further research I found a solution wich makes SSH executable again and opens a single window only:
C:\cygwin64\bin\mintty.exe --nopin -w hide -e /bin/bash -lc fatty
A complete list of options for "mintty.exe" is available at the following URL: https://mintty.github.io/mintty.1.html
Hope I spare someone the research.
This might be the same problem as https://github.com/juho-p/fatty/issues/5 (environment is not setup correctly)
I should look into that and this when I get the pleasure of using Windows system again for real work and have some extra time. Not sure if that's happening soon, probably not.