diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 13:40:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 13:40:24 -0300 |
commit | cd9af16cc8cbdf435200be982bf799d12a3ff11e (patch) | |
tree | 0e15ca50b1c002f75d6684142c55151cce504672 | |
parent | 678a53ab025d3551b9c35a66eace884900f2f7fa (diff) | |
download | dotfiles-cd9af16cc8cbdf435200be982bf799d12a3ff11e.tar.gz dotfiles-cd9af16cc8cbdf435200be982bf799d12a3ff11e.tar.bz2 |
Adding toggleproxy pentadactyl plugin
4 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3744502..a43bae2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "modules/awesome/config.dot/awesome.link/awesompd"] path = modules/awesome/config.dot/awesome.link/awesompd url = git://git.sarava.org/awesompd.git +[submodule "modules/pentadactyl/pentadactyl.dot/plugins.link/toggleproxy"] + path = modules/pentadactyl/pentadactyl.dot/plugins.link/toggleproxy + url = https://github.com/congma/toggleproxy diff --git a/modules/pentadactyl/pentadactyl.dot/plugins.link/toggleproxy b/modules/pentadactyl/pentadactyl.dot/plugins.link/toggleproxy new file mode 160000 +Subproject 7ddf0888d15624e9bd8bcfc1a3d1f66aa67e9d4 diff --git a/modules/pentadactyl/pentadactyl.dot/plugins.link/toggleproxy.js b/modules/pentadactyl/pentadactyl.dot/plugins.link/toggleproxy.js new file mode 120000 index 0000000..09776bc --- /dev/null +++ b/modules/pentadactyl/pentadactyl.dot/plugins.link/toggleproxy.js @@ -0,0 +1 @@ +toggleproxy/toggleproxy.js
\ No newline at end of file diff --git a/modules/pentadactyl/pentadactyl.dot/plugins.link/toggleproxy.penta b/modules/pentadactyl/pentadactyl.dot/plugins.link/toggleproxy.penta new file mode 120000 index 0000000..3316c86 --- /dev/null +++ b/modules/pentadactyl/pentadactyl.dot/plugins.link/toggleproxy.penta @@ -0,0 +1 @@ +toggleproxy/toggleproxy.penta
\ No newline at end of file |