1
0
mirror of https://github.com/gryf/urxvt-wrapper.git synced 2025-12-17 11:30:21 +01:00

Rename tabbed to tabbedalt.

This commit is contained in:
2020-07-18 10:15:22 +02:00
parent b782e751e1
commit b8cb3cb88a

View File

@@ -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}