KiTTY
KiTTY copied to clipboard
When specifying a specific browser, command line arguments do not parse
When I configure Kitty to use a specific browser, for example Mozilla Firefox, it does not respect any other command line arguments, such as this below:
C:\Program Files\Mozilla Firefox\firefox.exe -private-window
This makes any link clicked on not load until the command line switch is removed.
As a quick and dirty workaround, I suggest you to use a simple .BAT file.
The complete command-line would be in this file:
Ex: START C:\Program Files\Mozilla Firefox\firefox.exe -private-window ... %1 %2 %3 %4 %5 %6 %7 %8 %9
In KiTTY you just have to point that .BAT file.