Theme:
  

KiTTY : Config Box

Last modification : 2013/01/26 19:00

The saved sessions configuration box on PuTTY is very small. Only 6 sessions can be seen at a time. By default, in KiTTY this dialog box is increased to 21 lines. This height is resizable.

To adjust the number of lines in the saved sessions configuration box, add these two lines to the kitty.ini configuration file.
kitty.ini file
[ConfigBox]
height=21


To disable the automatic sessions name filter (that is the default behaviour) add this setting:
[ConfigBox]
filter=no
To modify the size of the configuration box window (for non standard dpi settings) just add this:
[ConfigBox]
windowheight=800


Back to home