diff options
author | B. Watson <yalhcru@gmail.com> | 2013-07-06 09:40:41 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-07-07 09:10:01 -0300 |
commit | 5339c6bc3120a25cda925327f8ad7ff828a31eaf (patch) | |
tree | 528c4cef0b8020136b88a3c64bfdf5075f91bf5e /network/surf/patches.txt | |
parent | 2fac39d6548219137b1df420bc00518378d1c4ce (diff) | |
download | slackbuilds-5339c6bc3120a25cda925327f8ad7ff828a31eaf.tar.gz |
network/surf: Added (minimalist web browser)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/surf/patches.txt')
-rw-r--r-- | network/surf/patches.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/surf/patches.txt b/network/surf/patches.txt new file mode 100644 index 0000000000..4b0f9bae03 --- /dev/null +++ b/network/surf/patches.txt @@ -0,0 +1,18 @@ +The following (somewhat modified) patches from +http://surf.suckless.org/patches/ are included: + +searchengines - Allows simple use of various search engines. Each search +engine has a tag. To use, press ctrl+G, then e.g. "g foo bar" to search +google for foo and bar. Supported engines: + + d - duckduckgo.com + g - google.com + dict - search for a word on thefreedictionary.com + sb - search for packages on slackbuilds.org + sw - search for official slackware packages on search.slackware.eu + +homepage - The browser will start at your home page if called with no +arguments (normally it starts with a blank window). + +startfullscreen - Adds -f option to start the browser in fullscreen +mode. Can still use F11 to toggle fullscreen. |