From 6ae8d13002095d2512e42e97e00125c929152fd8 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 31 Oct 2015 09:15:45 -0400 Subject: [PATCH] profile work --- README.md | 5 ++++- etc/disable-common.inc | 1 + etc/firefox.profile | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36cebdcba..64180b48d 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,16 @@ whitelist ~/.lastpass whitelist ~/.gtkrc-2.0 whitelist ~/.vimperatorrc whitelist ~/.vimperator +whitelist ~/.pentadactylrc +whitelist ~/.pentadactyl ````` I intend to bring in all files and directories used by Firefox addons and plugins. So far I have [Video DownloadHelper](https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/), [Zotero](https://www.zotero.org/download/), [LastPass](https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/), -and [Vimperator](https://addons.mozilla.org/en-US/firefox/addon/vimperator/) +[Vimperator](https://addons.mozilla.org/en-US/firefox/addon/vimperator/) +and [Pentadactyl](http://5digits.org/pentadactyl/) If you're using a anything else, please let me know. ### Whitelisting in default Chromium profile diff --git a/etc/disable-common.inc b/etc/disable-common.inc index 8a4ba94ef..ce4ac241a 100644 --- a/etc/disable-common.inc +++ b/etc/disable-common.inc @@ -56,6 +56,7 @@ blacklist ${HOME}/.config/openbox/environment # VirtualBox blacklist ${HOME}/.VirtualBox blacklist ${HOME}/VirtualBox VMs +blacklist ${HOME}/.config/VirtualBox # git, subversion blacklist ${HOME}/.subversion diff --git a/etc/firefox.profile b/etc/firefox.profile index 8269eeb68..65b293669 100644 --- a/etc/firefox.profile +++ b/etc/firefox.profile @@ -16,3 +16,5 @@ whitelist ~/.lastpass whitelist ~/.gtkrc-2.0 whitelist ~/.vimperatorrc whitelist ~/.vimperator +whitelist ~/.pentadactylrc +whitelist ~/.pentadactyl