aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
Commit message (Collapse)AuthorAge
* FS#194 `uname -o` is not portable, use `uname -s` in useragentGravatar Mason Larobina2010-03-21
|
* Fixed <Home> bind in example config.Gravatar Mason Larobina2010-03-20
|
* FS#206 Reload command should reload config variables only.Gravatar Mason Larobina2010-03-18
|
* FS#198 Surround $8 with quotes in case the SELECTED_URI is null.Gravatar Mason Larobina2010-03-18
|
* Add <Ctrl>] escape sequence.Gravatar Mason Larobina2010-03-18
|
* Renamed eFormFiller.sh to formfiller.sh and updated formfiller configGravatar Mason Larobina2010-03-15
|
* Removed broken and deprecated scripts and removed them from the config.Gravatar Mason Larobina2010-03-15
| | | | | | | | | | | | | | | | examples/scripts/cookies.sh: Deprecated by uzbl-cookie-daemon months ago. examples/scripts/extedit.js: Broken in its current form without the Uzbl.run method. examples/scripts/scroll-percentage.js: Broken without the Uzbl.run method. examples/scripts/{linkfollow,hint,follower}.js: Development should take place in the single follow.js from now on. There is no logic in co-developing 4 separate following scripts (some of which have been broken for months) in our selection of example scripts.
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into eFormFillerGravatar Pawel Tomak2010-03-11
|\
| * Replace all @'s in uri's from xclip with %40 to avoid expansion.Gravatar Mason Larobina2010-03-11
| |
| * Config comment clarification for the <Ctrl><Alt>t bind.Gravatar Mason Larobina2010-02-28
| |
| * We are clearing the keycmd on the wrong LOAD event (causing frustration)Gravatar Mason Larobina2010-02-28
| |
| * These example tabbed menu bindings are better suited on the wiki.Gravatar Mason Larobina2010-02-28
| | | | | | | | | | | | We also need to remember people use uzbl-browser as much as uzbl-tabbed. These example menu items only work when using uzbl-tabbed and clutter the context menu for uzbl-browser users.
| * Merge branch 'ext-tabs' of git://github.com/niamster/uzbl into experimentalGravatar Mason Larobina2010-02-28
| |\
* | | Merge remote branch 'Dieterbe/experimental' into eFormFillerGravatar Paweł Zuzelski2010-02-27
|\| |
| * | explain <Ctrl><Alt>t bindingGravatar Dieter Plaetinck2010-02-27
| | |
| * | disabled extedit and scroll-percentage as they dont work anyway since Uzbl ↵Gravatar Dieter Plaetinck2010-02-27
| | | | | | | | | | | | object is disabled, and some folks were confused
| | * [uzbl-tabbed] add support for opening tab next to current and background tabsGravatar Dmytro Milinevskyy2010-02-26
| |/
| * Added required "=" in fixed zoom bindsGravatar root2010-02-18
| |
* | config: add eFormFiller exampleGravatar Paweł Zuzelski2010-02-17
|/
* Re-fix order of follow.js arguments.Gravatar Mason Larobina2010-01-29
|
* Merge branch 'master' into experimentalGravatar Mason Larobina2010-01-27
|\ | | | | | | | | Conflicts: examples/config/config
| * Honour old link following bind with new follow.js script.Gravatar Mason Larobina2010-01-27
| |
| * Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2010-01-24
| |\
* | \ Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2010-01-24
|\ \ \
| * \ \ merge in pawelz' authentication handler + some other fixesGravatar Dieter Plaetinck2010-01-24
| |\ \ \ | | |_|/ | |/| |
* | | | Default follow keys to numbers and fix follower script argument order.Gravatar Mason Larobina2010-01-24
| | | |
* | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2010-01-24
|\| | | | |_|/ |/| |
| * | merge in configurable-number/strings, Uzbl-js-object-independent linkfollowerGravatar Dieter Plaetinck2010-01-24
| |\ \
* | \ \ Merge branch 'experimental'Gravatar Mason Larobina2010-01-24
|\ \ \ \
* \ \ \ \ Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2010-01-24
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | Added example uzbl-tabbed binds for updated uzbl-tabbed.Gravatar Mason Larobina2010-01-24
| | | | |
| | | * | No script fluff should be in config.h, thanks mason.Gravatar tczy2010-01-19
| | | | |
* | | | | Remove all mentions of the Uzbl object and @jsh helper variable.Gravatar Mason Larobina2010-01-19
| | | | |
* | | | | Reverting back to better non-js middle click binding.Gravatar Mason Larobina2010-01-19
| | | | |
| | | | * Merge branch 'master' into experimentalGravatar Paweł Zuzelski2010-01-15
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Fix middle click binding (to open selected uri in new window).Gravatar Mason Larobina2010-01-13
| | | | |
* | | | | Fix yank bind now that the Uzbl object is gone.Gravatar Mason Larobina2010-01-11
| | | | |
| | | | * authentication_handler implementaionGravatar Paweł Zuzelski2010-01-10
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Authentication handler allows to delegate http authentication to external program. It introduces one new configuration variable: authentication_handler. Note that this commit does not affect uzbl behaviour unless this variable is set. Also updated README documentation, default config and added example authentication script.
| | * | Merge branch 'master' into experimentalGravatar Mason Larobina2010-01-09
| |/| | | |/ / |/| |
* | | Comment out anything in the config that used @jsh or the Uzbl object.Gravatar Mason Larobina2010-01-09
| | |
| | * Merge branch 'master' of git://github.com/Dieterbe/uzbl into followGravatar tczy2010-01-06
| | |\ | |_|/ |/| |
| | * appropriate changes to the config exampleGravatar tczy2010-01-06
| | |
| * | remove the 'uzbl' subdirectory in examples/*/, since the sandbox they are no ↵Gravatar Dieter Plaetinck2010-01-02
|/ / | | | | | | longer needed + update paths everywhere + remove examples/config/enchant (also not needed since sandbox) + bugfix: set /home/dieter in sandbox
* | add notes into example configGravatar Dieter Plaetinck2010-01-02
| |
* | Updated comments in handlers section and updated the download handlerGravatar Mason Larobina2010-01-02
| |
* | We don't have support for inline comments.Gravatar Mason Larobina2010-01-01
| |
* | Add 'uzbl terminal' binding & remove old example lines.Gravatar Mason Larobina2010-01-01
| |
* | Keycmd plugin now sets raw_{key,mod}cmd vars and updated title format.Gravatar Mason Larobina2009-12-26
| |
* | URIEncode search string component of web searching binds.Gravatar Mason Larobina2009-12-26
|/
* Unified yank bind.Gravatar Mason Larobina2009-12-23
|