surf (web browser)
surf does not include graphical control elements
|
|
Original author(s) | Christoph Lohmann |
---|---|
Developer(s) | Christoph Lohmann, Enno Boland, Troels Henriksen, et al. |
Initial release | 10 September 2009 |
Stable release | 0.7 (19 December 2015[1]) [±] |
Development status | Active |
Written in | C C++ (WebKit) |
Operating system | Unix-like |
Engine | WebKitGTK+ |
Type | minimalist web browser |
License | MIT License |
Website | surf |
surf is a minimalist web browser developed by suckless.org. The user interface of this browser does not include any graphical control elements; it is controlled via keyboard shortcuts or external tools, which may manipulate its behavior by setting its window's properties.
Contents
Features
surf is intentionally limited in its set of features. The only graphical elements the browser has are the page view itself and a small line indicating download progress. The main functionality of the browser is implemented in third-party WebKitGTK+ library, and the rest of the program only provides a window and a set of XProperties to control its behavior. While surf supports cookies, it does not include some other common features of web browsers such as tabbed browsing, bookmarks or ad filtering. Instead of an address bar, the _SURF_URI
XProperty has to be set to user-requested uniform resource locator (URL) for the browser to follow it. By default, surf configuration includes a keyboard shortcut for calling dmenu program to prompt user for URL.[2][3][4][5]
All configuration of surf is performed by editing configuration header file or directly browser's source code before compilation, and most of the browser's settings (with exception of several command line arguments) can't be altered later.[2][4]
See also
References
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ 2.0 2.1 Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ 4.0 4.1 Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.