John Matthewman <[email protected]> writes:

> But I'd rather find a small app that is just a simple launcher.

I use a small self-written Tk script:
http://chneukirchen.org/dotfiles/bin/tkexec

tkexec %_:urxvt \
  "em:sel Emacs || emacs" \
  "vi:sel Gvim || gvim" \
  "ff:sel Firefox || firefox-limited" \
  "pg:sel Pidgin || pidgin" \
  "ht:sel Hotot || hotot" \
  "sk ":"sel Skype || skype" \
  "xk:xkill" \
  " lk:xscreensaver-command --lock" \
  -o -geometry +0+-1 &

(sel is http://chneukirchen.org/dotfiles/bin/sel)

-- 
Christian Neukirchen  <[email protected]>  http://chneukirchen.org


Reply via email to