diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 01:39:43 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 01:39:43 +0200 |
commit | d923956d4866beb5093c89e0c1a4f54a9c37070f (patch) | |
tree | 849dcc217039940b4f41e1e82f595c7a00669d99 /tools/menu/windows | |
parent | 26a62982eab36ee68608a61306e6fab6447edd8a (diff) | |
download | dotfiles-d923956d4866beb5093c89e0c1a4f54a9c37070f.tar.gz dotfiles-d923956d4866beb5093c89e0c1a4f54a9c37070f.tar.bz2 dotfiles-d923956d4866beb5093c89e0c1a4f54a9c37070f.zip |
major fixes and rearrangement
Diffstat (limited to 'tools/menu/windows')
-rwxr-xr-x | tools/menu/windows | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/menu/windows b/tools/menu/windows deleted file mode 100755 index add1f71..0000000 --- a/tools/menu/windows +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -source ~/.colors - -~/.tools/ratmenu -label "windows" \ - -style dreary -fg "$COLOR11" -bg "$COLOR0" \ - "3proxy.key" "urxvt -e bash -c '3proxy.key && zsh'" \ - "3proxy.pem" "urxvt -e bash -c '3proxy.pem && zsh'" \ - "rus-koi8-r.3ps" "urxvt -e bash -c 'rus-koi8-r.3ps && zsh'" \ - "rus-win1251.3ps" "urxvt -e bash -c 'rus-win1251.3ps && zsh'" \ - "server.key" "urxvt -e bash -c 'server.key && zsh'" \ - "missidentify" "urxvt -e bash -c 'missidentify -h && zsh'" \ - "msvpwn" "urxvt -e bash -c 'msvpwn -h && zsh'" \ - "ollydbg" "urxvt -e bash -c 'ollydbg && zsh'" \ - "tunna-proxy" "urxvt -e bash -c 'tunna-proxy && zsh'" \ - "tunna-webserver" "urxvt -e bash -c 'tunna-webserver && zsh'" \ |