Is there a way with Dillo to go to websites on startup? ie. Open the following websites on start: dpi:/bm/ http://www.google.com http://forecast.weather.gov/MapClick.php?zoneid=AKZ222 -- Roger http://rogerx.freeshell.org/
On Wed, Jul 21, 2010 at 12:48:19AM -0800, Roger wrote:
Is there a way with Dillo to go to websites on startup?
ie. Open the following websites on start: dpi:/bm/ http://www.google.com http://forecast.weather.gov/MapClick.php?zoneid=AKZ222
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" Regards, Johannes
-- Roger http://rogerx.freeshell.org/
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
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"
It's amazing how dumb I get when using X. -- Roger http://rogerx.freeshell.org/
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.
participants (2)
-
Johannes.Hofmann@gmx.de
-
rogerx@sdf.org