From 7920e263169996ef3945a7156b0c39d25f558559 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 2 Feb 2021 11:06:42 -0700 Subject: Updating size to 20 --- scripts/rolodex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rolodex b/scripts/rolodex index cb658cc..612052a 100755 --- a/scripts/rolodex +++ b/scripts/rolodex @@ -50,7 +50,7 @@ readonly NUM_ARGS="$#" readonly PROGNAME=$(basename "$0") readonly OPEN=1 readonly CLOSED=0 -readonly DRAWER_SIZE=15 +readonly DRAWER_SIZE=20 # This allows us to redefine using either 1.1 or 1.2 as the pane. I'm growing # more partial to having 1.1 as drawer to match tmux alt 3 layout readonly DRAWER_WINDOW_NUMBER="1.1" -- cgit v1.2.3