From d923956d4866beb5093c89e0c1a4f54a9c37070f Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 18 Aug 2015 01:39:43 +0200 Subject: major fixes and rearrangement --- config/ratpoison/menu/windows | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 config/ratpoison/menu/windows (limited to 'config/ratpoison/menu/windows') diff --git a/config/ratpoison/menu/windows b/config/ratpoison/menu/windows new file mode 100755 index 0000000..add1f71 --- /dev/null +++ b/config/ratpoison/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'" \ -- cgit v1.2.3-54-g00ecf