diff options
author | Cody Hiar <cody@hiar.ca> | 2021-02-02 11:06:42 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-03-03 12:08:24 -0700 |
commit | 7920e263169996ef3945a7156b0c39d25f558559 (patch) | |
tree | a9b714517c67109d65d6119e8162ed4be3dffbc2 /scripts/rolodex | |
parent | 7b87b3831e33ce80d58f789614db045cdf243af1 (diff) |
Updating size to 20
Diffstat (limited to 'scripts/rolodex')
-rwxr-xr-x | scripts/rolodex | 2 |
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" |