diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-20 21:27:04 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-20 21:27:04 +0200 |
commit | 31253423d3e1dd6fbd4bd5c3b8ca04002079065d (patch) | |
tree | fdd95bef0df468c6608c8884a16f5c43ff39b2d8 | |
parent | 5a78482d43866b3ed727741a0548666d1154142f (diff) |
Add dwmblocks as submodule
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | dwmblocks | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1ae0cb1..627a786 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "dwm"] path = dwm url = https://gitlab.com/aktersnurra/dwm.git +[submodule "dwmblocks"] + path = dwmblocks + url = https://gitlab.com/aktersnurra/dwmblocks.git diff --git a/dwmblocks b/dwmblocks new file mode 160000 +Subproject 96cbb453e5373c05372fd4bf3faacfa53e40906 |