Ctrl tab improvements

This commit is contained in:
inigoortega 2019-08-21 18:22:25 +02:00
parent f842cfd31f
commit 3a60c085ea
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
if [ "$1" -ge 1 ] 2>/dev/null; then
period="$1"
else
period="3"
period="4"
fi
dash $TSCRIPTS/loop.sh -l 5 -p $period "xdotool key ctrl+Tab"
dash $TSCRIPTS/loop.sh -l 50 -p $period "xdotool key ctrl+Tab"