diff options
Diffstat (limited to 'scripts')
-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" |