diff options
author | portix <none@none> | 2012-06-12 22:29:09 +0200 |
---|---|---|
committer | portix <none@none> | 2012-06-12 22:29:09 +0200 |
commit | e1a3a29d6c1f3f5dd3ed782b04d656166dcfe542 (patch) | |
tree | f0f40ca4a7bf11ae6faee25d20d945fb9a542371 /doc/dwb.1 | |
parent | ebb1594b91813903540b3866d4fc917eebb018eb (diff) | |
download | dwb-e1a3a29d6c1f3f5dd3ed782b04d656166dcfe542.zip |
New command line option -S/--enable-scripts
Diffstat (limited to 'doc/dwb.1')
-rw-r--r-- | doc/dwb.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -82,6 +82,11 @@ Open a new session, even if is enabled\&. .RE .PP +\fB\-S, \-\-enable\-scripts\fR +.RS 4 +Enables the javascript interface, if there are scripts in $XDG_CONFIG_HOME/dwb/userscripts that use the javascript api this option is not needed\&. +.RE +.PP \fB\-x, \-\-execute\fR=\fIcommands\fR .RS 4 Execute a list of dwb commands seperated by @@ -1064,7 +1069,7 @@ Load a html string in a new tab\&. This command is mainly intended for use in us .PP \fBunbound\fR .RS 4 -Execute a javascript snippet that uses the the internal jsapi (command +Execute a javascript snippet that uses the the internal javascript api\&. This command only works if the javascript interface is enabled, i\&.e\&. if there are scripts in $XDG_CONFIG_HOME/dwb/userscripts that use the api or if dwb is started with \-S/\-\-enable\-scripts (command \fIeval\fR)\&. .RE .PP |