13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
###############################################################################
|
|
# Urlview configuration file.
|
|
# man urlview <Man page>
|
|
#
|
|
# Regular expression to use to match URLs.
|
|
|
|
REGEXP (((http|https|ftp|gopher))[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
|
|
|
|
# Command to invoke for selected URL. Use lynx, netscape, or url_handler.sh
|
|
|
|
COMMAND xdotool set_desktop 2 && lnch chrome %s
|
|
|