diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 02:38:33 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 02:38:33 +0200 |
commit | 6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 (patch) | |
tree | 93ebfb332b3a231931fe1b1276632bdaa33fa6e4 /config/ratpoison/menu/voip | |
parent | c021038355b6773ab13dae92327fda50c366395f (diff) | |
download | dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.gz dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.bz2 dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.zip |
Organise everything systematically.
Diffstat (limited to 'config/ratpoison/menu/voip')
-rwxr-xr-x | config/ratpoison/menu/voip | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/config/ratpoison/menu/voip b/config/ratpoison/menu/voip deleted file mode 100755 index 2e23991..0000000 --- a/config/ratpoison/menu/voip +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash -source ~/.colors - -~/.tools/ratmenu -label "voip" \ - -style dreary -fg "$COLOR11" -bg "$COLOR0" \ - "ace" "urxvt -e bash -c 'ace -h && zsh'" \ - "bluebox" "urxvt -e bash -c 'bluebox && zsh'" \ - "bluebox-ng" "urxvt -e bash -c 'bluebox-ng -h && zsh'" \ - "erase_registrations" "urxvt -e bash -c 'erase_registrations && zsh'" \ - "iaxflood" "urxvt -e bash -c 'iaxflood && zsh'" \ - "ilty" "urxvt -e bash -c 'ilty -h && zsh'" \ - "pcapsipdump" "urxvt -e bash -c 'pcapsipdump && zsh'" \ - "protos-sip" "urxvt -e bash -c 'protos-sip && zsh'" \ - "redirectpoison" "urxvt -e bash -c 'redirectpoison && zsh'" \ - "rtpflood" "urxvt -e bash -c 'rtpflood -h && zsh'" \ - "siparmyknife" "urxvt -e bash -c 'siparmyknife && zsh'" \ - "sipcrack" "urxvt -e bash -c 'sipcrack -h && zsh'" \ - "sipdump" "urxvt -e bash -c 'sipdump -h && zsh'" \ - "sipp" "urxvt -e bash -c 'sipp && zsh'" \ - "sipsak" "urxvt -e bash -c 'sipsak && zsh'" \ - "sipshock" "urxvt -e bash -c 'sipshock -h && zsh'" \ - "storm-ring" "urxvt -e bash -c 'storm-ring -h && zsh'" \ - "teardown" "urxvt -e bash -c 'teardown && zsh'" \ - "vnak" "urxvt -e bash -c 'vnak && zsh'" \ - "voiphopper" "urxvt -e bash -c 'voiphopper -h && zsh'" \ - "voipctl" "urxvt -e bash -c 'voipctl -h && zsh'" \ - "voipong" "urxvt -e bash -c 'voipong -h && zsh'" \ - |