aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-02-02 11:06:42 -0700
committerCody Hiar <cody@hiar.ca>2021-03-03 12:08:24 -0700
commit7920e263169996ef3945a7156b0c39d25f558559 (patch)
treea9b714517c67109d65d6119e8162ed4be3dffbc2
parent7b87b3831e33ce80d58f789614db045cdf243af1 (diff)
Updating size to 20
-rwxr-xr-xscripts/rolodex2
1 files changed, 1 insertions, 1 deletions
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"