30 Jul
2010
30 Jul
'10
8:42 a.m.
On Wed, Jul 21, 2010 at 01:19:25PM +0200, Johannes Hofmann wrote:
you can pass multiple URLs on the command line, e.g.
dillo dpi:/bm/ http://www.google.com http://forecast.weather.gov/MapClick.php?zoneid=AKZ223
and if you don't want to type that all the time you can do something like:
alias dillo="dillo dpi:/bm/ http://www.google.com http://forecast.weather.gov/MapClick.php?zoneid=AKZ222"
This is weird. I setup the alias within $HOME/.bashrc, but dmenu completely ignores it and just runs /usr/bin/dillo instead. Executing dillo from terminal using Bash does execute the alias. Guess DMenu doesn't realize it was executed through a Bash shell (anymore). I'll create my own $HOME/bin/dillo-whatever script as usual instead.