diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-12 13:05:47 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-12 13:05:47 +0200 |
commit | 47a0a3f433f820fc78d180884f6ca376fba97b73 (patch) | |
tree | 587b80062ebdb947d26ca7a70e32b38b7d67ca45 /tools/menu/windows | |
parent | 269e617fea39658233db38ad503030c4fe040e80 (diff) | |
download | dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.tar.gz dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.tar.bz2 dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.zip |
Tidy up everything :)
Diffstat (limited to 'tools/menu/windows')
-rwxr-xr-x | tools/menu/windows | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/menu/windows b/tools/menu/windows new file mode 100755 index 0000000..add1f71 --- /dev/null +++ b/tools/menu/windows @@ -0,0 +1,15 @@ +#!/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'" \ |