KiTTY icon indicating copy to clipboard operation
KiTTY copied to clipboard

When specifying a specific browser, command line arguments do not parse

Open dzltron opened this issue 4 years ago • 1 comments

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.

dzltron avatar Jun 10 '21 01:06 dzltron

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.

cyd01 avatar Aug 01 '21 14:08 cyd01