commit c51390f5db9d998a32028c461edfb3ed9a9f5626
parent bfc77446dd627c2a7bcc9ca9d9309e6c668e64ac
Author: Daniel Moch <daniel@danielmoch.com>
Date: Thu, 12 Jul 2018 05:45:03 -0400
Adjust Irssi nicklist height
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.irssi/config b/.irssi/config
@@ -288,7 +288,7 @@ settings = {
use_status_window = "yes";
theme = "apprentice";
};
- "perl/core/scripts" = { nicklist_height = "55"; nicklist_width = "29"; };
+ "perl/core/scripts" = { nicklist_height = "46"; nicklist_width = "29"; };
};
keyboard = (
{ key = "meta-d"; id = "command"; data = "nicklist scroll +55"; },