summaryrefslogtreecommitdiffstats
path: root/pentadactylrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-02 14:09:22 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-02 14:24:00 -0600
commitdb65d1ec07936f956e9caf18f838b5a696587551 (patch)
tree2b84bc8944afedd30c1be7c239d2630507f0cf2a /pentadactylrc
parent3ed22b25379440b24f4bd055fb7e3cfd440e7052 (diff)
downloadconf-db65d1ec07936f956e9caf18f838b5a696587551.tar.gz
conf-db65d1ec07936f956e9caf18f838b5a696587551.zip
set fbwhitelist
Diffstat (limited to 'pentadactylrc')
-rw-r--r--pentadactylrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/pentadactylrc b/pentadactylrc
index 314ac30..08f238e 100644
--- a/pentadactylrc
+++ b/pentadactylrc
@@ -39,4 +39,6 @@ map `` `p
" no beeps
javascript dactyl.beep = function() { return false; }
+autocmd Enter * set fbwhitelist=youtube.com,kongregate.com
+
" vim:ft=vim: