mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Support natural sorting for the order of hosts
Both window order and order in the hosts menu Fixes #24
This commit is contained in:
parent
4b02448f0a
commit
ed49237f52
2 changed files with 22 additions and 3 deletions
|
@ -45,6 +45,7 @@ my %default_config = (
|
|||
mouse_paste => "Button-2",
|
||||
auto_quit => "yes",
|
||||
auto_close => 5,
|
||||
use_natural_sort => 0,
|
||||
window_tiling => "yes",
|
||||
window_tiling_direction => "right",
|
||||
console_position => "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue