commands.sh

dillo

all

A lightweight web browser intended for slow computers.

More info →

Options (4)

-g, --geometryboolean

Launch Dillo with a specific window size and screen location

Example: dillo {{[-g|--geometry]}} {{width}}x{{height}}+{{x_position}}+{{y_position}}
-f, --fullwindowboolean

Launch Dillo in full-screen mode

Example: dillo {{[-f|--fullwindow]}}
-h, --helpboolean

Display help

Example: dillo {{[-h|--help]}}
-v, --versionboolean

Display version

Example: dillo {{[-v|--version]}}

Examples (7)

Launch Dillo

Launch Dillo with a specific window size and screen location

dillo [-g|--geometry] widthxheight+x_position+y_position

Launch Dillo and open a specific URL

dillo duckduckgo.com

Launch Dillo and open a file or directory

dillo path/to/file_or_directory

Launch Dillo in full-screen mode

dillo [-f|--fullwindow]

Display help

dillo [-h|--help]

Display version

dillo [-v|--version]
made by @shridhargupta | data from tldr-pages