summaryrefslogtreecommitdiff
path: root/doc/dwb.1
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-02-18 18:48:45 +0100
committerportix <portix@gmx.net>2012-02-18 18:48:45 +0100
commitbb4f6282b05cbd449ffcb566cfc46d48aca007c8 (patch)
treebdfdc0127b272859fa7ba4cdb7a0263644c45547 /doc/dwb.1
parent36e530f7c4bac700e682c196b4a6e407bf465859 (diff)
downloaddwb-bb4f6282b05cbd449ffcb566cfc46d48aca007c8.zip
Creating a hover-element if the statusbar is hidden
Diffstat (limited to 'doc/dwb.1')
-rw-r--r--doc/dwb.126
1 files changed, 9 insertions, 17 deletions
diff --git a/doc/dwb.1 b/doc/dwb.1
index f8b0d5f3..82d5ced8 100644
--- a/doc/dwb.1
+++ b/doc/dwb.1
@@ -1574,11 +1574,6 @@ Program to open ftp://.
will be replaced with the ftp-url. Default value:
.IR xterm\ -e\ ncftp\ 'dwb_uri' .
.TP
-.BR hide-tabbar
-Hide the tabbar. Possible values: always, never, tiled.
-default value:
-.IR never
-.TP
.BR hint-active-color
The background color for active link, i.e. the link followed when Return is
pressed. Possible values: a rgb color string,
@@ -1684,18 +1679,6 @@ color-string,
default value:
.IR #eeeeee .
.TP
-.BR normal-bg-color
-The background color of a not focused tab. Possible values: an rgb
-color-string,
-default value:
-.IR #505050 .
-.TP
-.BR normal-fg-color
-The foreground color of a not focused tab. Possible values: an rgb
-color-string,
-default value:
-.IR #cccccc .
-.TP
.BR proxy
Whether to use a HTTP-proxy. Possible values: true/false,
default value:
@@ -1867,6 +1850,15 @@ Scripts with extension
are injected into all frames of a page when the load of a
frame is done.
+.SS CSS
+dwb creates some html-elements at runtime, namely hints and a bar that show the
+current url under the cursor. They can be styled in user-stylesheets using the
+selector
+.I .dwb_hint
+for hints and
+.I #dwb_hover_element
+for the hover element.
+
.SS Userscripts
Userscripts can be stored in
.IR ~/.config/dwb/userscripts .