Added move_to_tag command

This commit is contained in:
Tom Willemsen 2012-01-31 15:45:32 +01:00
parent 1f659f7b67
commit c06c29c929

9
bin/move_to_tag Executable file
View file

@ -0,0 +1,9 @@
#!/bin/zsh
. $HOME/bin/hlwm_source
if [[ "${TAGS[@]}" != *" $FOO "* ]]; then
herbstclient add $FOO
fi
herbstclient move $FOO