diff options
| author | 2012-02-06 23:47:14 +0100 | |
|---|---|---|
| committer | 2012-02-06 23:47:14 +0100 | |
| commit | 6e999ca93d7e114a1c1252160e92da6dfc8cbad8 (patch) | |
| tree | 3f895273df3efa05d209c38c8944fe79f8c1c2ea /bin | |
| parent | 13b9c2c80de0376666c60b3442bf5bb513e31384 (diff) | |
| parent | f9eeef0571c908489c55d73b39efe6e7faebbdc5 (diff) | |
| download | dotfiles-6e999ca93d7e114a1c1252160e92da6dfc8cbad8.tar.gz dotfiles-6e999ca93d7e114a1c1252160e92da6dfc8cbad8.zip | |
Merge remote-tracking branch 'gitorious/master' into phoenix
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/kill_tag | 10 | ||||
| -rwxr-xr-x | bin/move_to_tag | 9 | ||||
| -rwxr-xr-x | bin/switch_tags | 10 |
3 files changed, 0 insertions, 29 deletions
diff --git a/bin/kill_tag b/bin/kill_tag deleted file mode 100755 index 79bbf5a..0000000 --- a/bin/kill_tag +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/zsh - -TAGS=( $(herbstclient tag_status 0 | tr ":\!.+#" " ") ) -FOO=$(for i in "${TAGS[@]}"; do echo $i; done | dmenu) - -if [[ "${TAGS[@]}" == *"$FOO"* ]]; then - herbstclient merge_tag $FOO -else - notify-send "Unknown tag: $FOO" -fi diff --git a/bin/move_to_tag b/bin/move_to_tag deleted file mode 100755 index 3cf1806..0000000 --- a/bin/move_to_tag +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/zsh - -. $HOME/bin/hlwm_source - -if [[ "${TAGS[@]}" != *" $FOO "* ]]; then - herbstclient add $FOO -fi - -herbstclient move $FOO diff --git a/bin/switch_tags b/bin/switch_tags deleted file mode 100755 index 55eda0a..0000000 --- a/bin/switch_tags +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/zsh - -TAGS=( $(herbstclient tag_status 0 | tr ":\!.+#" " ") ) -FOO=$(for i in "${TAGS[@]}"; do echo $i; done | dmenu) - -if [[ "${TAGS[@]}" != *"$FOO"* ]]; then - herbstclient add $FOO -fi - -herbstclient use $FOO |
