From b11b7fee4304838c40dceeaaed85ff3970309d25 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 16 Jul 2014 07:29:20 +0200 Subject: [PATCH] update pentadactylrc --- pentadactylrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pentadactylrc b/pentadactylrc index 44d03cd..b65f787 100644 --- a/pentadactylrc +++ b/pentadactylrc @@ -1,10 +1,15 @@ "1.1 +set runtimepath=~/etc/pentadactyl + loadplugins '\.(js|penta)$' group user -set passkeys+=reader.gebner.org:fr,u,,,, +set noerrorbells +set hlfind -qmark b javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('https://wllbg.gebner.org/?action=add&url='%20+%20btoa(url),'_self');})();void(0);} +set passkeys+=reader.gebner.org:u,fr + +silent qmark b javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('https://wllbg.gebner.org/?action=add&url='%20+%20btoa(url),'_self');})();void(0);} " vim: set ft=pentadactyl: