diff options
author | shmibs <shmibs@gmail.com> | 2015-08-17 17:15:30 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2015-08-17 17:15:30 -0700 |
commit | aeab1416ecfff0a6bc2ce419f2afb2f85177c62e (patch) | |
tree | cd9d4797bb613a21db1e3b1c195f4c1ab16fe2af | |
parent | d81387638bc304c0a91e30b6cb8eb524efc9bf2d (diff) | |
download | dotfiles-aeab1416ecfff0a6bc2ce419f2afb2f85177c62e.tar.gz |
make hints always above
hints were being hidden by some sites setting high z-indices for things,
so use a ridiculously high value
-rw-r--r-- | .pentadactylrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.pentadactylrc b/.pentadactylrc index 4df8e70..38ce360 100644 --- a/.pentadactylrc +++ b/.pentadactylrc @@ -1,12 +1,13 @@ -"hg7092 +"hg7226 loadplugins '\.(js|penta)$' group user -highlight Hint font: bold 12px "Droid Sans Mono", monospace !important; margin: -.2ex; padding: 0 0 0 1px; outline: 1px solid rgba(0, 0, 0, .5); background: rgba(255, 248, 231, .8); color: black; text-transform: uppercase; +highlight Hint font: bold 12px "Droid Sans Mono", monospace !important; margin: -.2ex; padding: 0 0 0 1px; outline: 1px solid rgba(0, 0, 0, .5); background: rgba(255, 248, 231, .8); color: black; text-transform: uppercase; z-index: 100000000000000000000; map -count -modes=n,v ! <count>:tabopen<Space>duckduckgo-lite<Space>! map -count -modes=n,v s <count>:tabopen<Space>duckduckgo-lite<Space> map -count -modes=n,v S <count>:open<Space>duckduckgo<Space> map -count -modes=n,v <C-g> -builtin <count>\b +set cdpath='' set hintkeys=sldkfjgh " vim: set ft=pentadactyl: |