From b8cb3cb88aa7a702cc2e6555b929b8ddea2e48cc Mon Sep 17 00:00:00 2001 From: gryf Date: Sat, 18 Jul 2020 10:15:22 +0200 Subject: [PATCH] Rename tabbed to tabbedalt. --- urxvt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/urxvt.sh b/urxvt.sh index 692bf0b..871cfb2 100755 --- a/urxvt.sh +++ b/urxvt.sh @@ -24,7 +24,7 @@ function usage { echo echo " -i icon select icon file from ${ICON_PATH}," echo " default tilda.png" - echo " -t activate tabbed extension" + echo " -t activate tabbedalt extension" echo " -s size set font size, default 14" echo " -f use fixed misc font instead of DejaVu" echo " -e pass exec to the urxvt" @@ -40,7 +40,7 @@ do exit 0 ;; t) - PERLEXT="tabbed,${PERLEXT}" + PERLEXT="tabbedalt,${PERLEXT}" ;; i) ICON=${OPTARG}