From 651404c5e3e4b13586bd15ef1714d5af7d6653cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Sch=C3=B6ttl?= Date: Tue, 26 Jan 2016 12:09:26 -0800 Subject: [PATCH] Minor changes --- tdrop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdrop b/tdrop index f1a86bf..25220da 100755 --- a/tdrop +++ b/tdrop @@ -15,7 +15,7 @@ options: -x pos specify x offset for a newly created term (default: 0) -y pos specify y offset for a newly created term (default: 1, see BUGS in man) -s name name for tmux or tmuxinator session (requires the program to be a supported terminal) - -n num num or extra text; only needed if want multiple dropdowns of same program (default: "") + -n num num or extra text; only needed if want multiple dropdowns of same program (default: none) -p cmd provide a pre-map command to float the window if necessary -P cmd provide a post-map command to float the window if necessary -M cmd provide a post-unmap command; can be used for example with a window manager that doesn't support floating to turn fullscreen on when mapping a terminal then off when unmapping it @@ -706,4 +706,4 @@ else print_help illegal_opt fi # vim is dumb -# vim: set ft=sh: +# vim: set ft=sh noet: