diff options
author | Adrian Kummerlaender | 2016-12-05 21:35:52 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2016-12-05 21:35:52 +0100 |
commit | aa7bedfde66a83289808961cea57f0d095771e70 (patch) | |
tree | de44dcf6778dc27d8ef8e0aba5371bade61c2065 /pentadactyl/.pentadactylrc | |
parent | 9dfccfe61b0d5be8032590c5f71f157886a40f3c (diff) | |
download | dotfiles-aa7bedfde66a83289808961cea57f0d095771e70.tar dotfiles-aa7bedfde66a83289808961cea57f0d095771e70.tar.gz dotfiles-aa7bedfde66a83289808961cea57f0d095771e70.tar.bz2 dotfiles-aa7bedfde66a83289808961cea57f0d095771e70.tar.lz dotfiles-aa7bedfde66a83289808961cea57f0d095771e70.tar.xz dotfiles-aa7bedfde66a83289808961cea57f0d095771e70.tar.zst dotfiles-aa7bedfde66a83289808961cea57f0d095771e70.zip |
Readd umatrix UI fix to pentadactyl config
Diffstat (limited to 'pentadactyl/.pentadactylrc')
-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') |