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:
4
urxvt.sh
4
urxvt.sh
@@ -24,7 +24,7 @@ function usage {
|
|||||||
echo
|
echo
|
||||||
echo " -i icon select icon file from ${ICON_PATH},"
|
echo " -i icon select icon file from ${ICON_PATH},"
|
||||||
echo " default tilda.png"
|
echo " default tilda.png"
|
||||||
echo " -t activate tabbed extension"
|
echo " -t activate tabbedalt extension"
|
||||||
echo " -s size set font size, default 14"
|
echo " -s size set font size, default 14"
|
||||||
echo " -f use fixed misc font instead of DejaVu"
|
echo " -f use fixed misc font instead of DejaVu"
|
||||||
echo " -e pass exec to the urxvt"
|
echo " -e pass exec to the urxvt"
|
||||||
@@ -40,7 +40,7 @@ do
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
t)
|
t)
|
||||||
PERLEXT="tabbed,${PERLEXT}"
|
PERLEXT="tabbedalt,${PERLEXT}"
|
||||||
;;
|
;;
|
||||||
i)
|
i)
|
||||||
ICON=${OPTARG}
|
ICON=${OPTARG}
|
||||||
|
|||||||
Reference in New Issue
Block a user