Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aVolpe/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aVolpe committed Jul 26, 2019
2 parents c1dffc1 + 8c5946a commit f0afed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toggle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

if [ -z "$1" ] || [ -z "$2" ] ; then
echo "Usage: sh toggle.sh 'Window Title' 'Path to program'"
exit 1
fi

wid=`xdotool search --name "$1"`
Expand Down

0 comments on commit f0afed2

Please sign in to comment.