diff options
-rw-r--r-- | pentadactyl/.pentadactylrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index d0df863..dca22d4 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -35,6 +35,10 @@ hi HintActive hi Button color:white; + +" umatrix fix +style -name ublick * #nav-bar * {visibility:visible} + command! reader -js <<EOF if ( buffer.URL.spec.startsWith('about:reader?') ) { dactyl.execute('back') |