diff options
Diffstat (limited to 'doc/dwb.1')
-rw-r--r-- | doc/dwb.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2061,7 +2061,7 @@ are set. The keybinding for the script must be defined in the script itself in a commented line of the form .B <comment symbols> dwb: <keybinding>. -Commands can be executed by sending the command to stdout. +Commands can be executed by sending the command to ${DWB_FIFO}. .SS Examples The following script will download the actual webpage: @@ -2080,7 +2080,7 @@ Popup an alert dialog: #!/bin/bash # dwb: Control h - echo "execute_javascript:window.alert('Hello world');" + echo "execute_javascript:window.alert('Hello world');" > ${DWB_FIFO} .fi |