aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 6 insertions, 7 deletions
diff --git a/README b/README
index 925392c..2ef6c8d 100644
--- a/README
+++ b/README
@@ -141,6 +141,7 @@ The following commands are recognized:
- argument can be `begin`, `end`, or an amount given in pixels(?) or as a
percentage of the size of the view
- set the amount to 100% to scroll a whole page
+ - argument can be appended with a `!` to scroll absolutely
* `reload`
- Reload the current page.
* `reload_ign_cache`
@@ -151,11 +152,6 @@ The following commands are recognized:
- Increase the zoom level.
* `zoom_out`
- Decrease the zoom level.
-* `toggle_zoom_type`
- - Toggles the variable `zoom_type` between "full-content" and "text-only"
- zoom. In "text-only" zoom, only the text of the page is zoomed, while in
- "full-content" zoom, images and other page elements are zoomed along with
- the text.
* `uri <address>`
- Attempt to load `<address>`. This is equivalent to `set uri = <address>`.
* `js <body>`
@@ -163,8 +159,6 @@ The following commands are recognized:
- Remember that the commands must not contain line breaks.
* `script <file>`
- Execute the JavaScript in `<file>`.
-* `toggle_status`
- - Toggle the display of the status bar.
* `spawn <executable> <additional args>` TODO explain path-alike expansion
- Runs a command; see EXTERNAL SCRIPTS for details.
- `$PATH` is searched, so giving the full path to commands is not necessary.
@@ -201,6 +195,11 @@ The following commands are recognized:
the status bar react immediately.
- If you want to unset a string, use `set` with one space after the equals
sign.
+* `toggle <var> [possibilities]`
+ - Cycles the variable `var` through the list of options given in
+ `possibilities`.
+ - If `possibilities` are not given and the variable is an int or a float,
+ toggles between 0 and 1.
* `dump_config`
- Dumps the current config (which may have been changed at runtime) to stdout.
- Uses a format which can be piped into `uzbl` again or saved as a config