Added move_to_tag command
This commit is contained in:
parent
1f659f7b67
commit
c06c29c929
1 changed files with 9 additions and 0 deletions
9
bin/move_to_tag
Executable file
9
bin/move_to_tag
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
|
||||||
|
. $HOME/bin/hlwm_source
|
||||||
|
|
||||||
|
if [[ "${TAGS[@]}" != *" $FOO "* ]]; then
|
||||||
|
herbstclient add $FOO
|
||||||
|
fi
|
||||||
|
|
||||||
|
herbstclient move $FOO
|
Loading…
Reference in a new issue