diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-07-19 15:43:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-07-19 15:43:34 -0300 |
commit | 91571f27c449b781444a77e3aae9c46ad46b406f (patch) | |
tree | c6a78802256b6798e981cb546ef075314b9c3c1c | |
parent | e5b5be048c087e04bd504d4c13a48317d7a45915 (diff) | |
download | awesome-91571f27c449b781444a77e3aae9c46ad46b406f.tar.gz awesome-91571f27c449b781444a77e3aae9c46ad46b406f.tar.bz2 |
Adds lain and freedesktop
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | config.dot/awesome.link/freedesktop | 0 | ||||
m--------- | config.dot/awesome.link/lain | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0b90d23..fb8e5de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "config.dot/awesome.link/powerarrow"] path = config.dot/awesome.link/powerarrow url = https://github.com/rhatto/powerarrow.git +[submodule "config.dot/awesome.link/lain"] + path = config.dot/awesome.link/lain + url = https://github.com/copycat-killer/lain +[submodule "config.dot/awesome.link/freedesktop"] + path = config.dot/awesome.link/freedesktop + url = https://github.com/copycat-killer/awesome-freedesktop diff --git a/config.dot/awesome.link/freedesktop b/config.dot/awesome.link/freedesktop new file mode 160000 +Subproject 01b60f4da53728a65ccdc7beb443ee67bc6b386 diff --git a/config.dot/awesome.link/lain b/config.dot/awesome.link/lain new file mode 160000 +Subproject 5b266ecf16c30674abb42f49acfb003c8656453 |