diff options
author | zachir <zachir@librem.one> | 2021-09-12 00:20:37 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2021-09-12 00:20:37 -0500 |
commit | c79e4aad3dc04158a14cab1fee8dbd5e769a201f (patch) | |
tree | 39029e8d0d5d5c0725d1440b39d52befee377913 | |
parent | 1c6a5fc1d1b8c42a1e1b81f8ba6119a3dac8067f (diff) |
awesome: add widgets and scratchpad module
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | awesome-scratch | 0 | ||||
m--------- | awesome-wm-widgets | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9c44fa8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "awesome-wm-widgets"] + path = awesome-wm-widgets + url = git@gitlab.com:zachir/awesome-wm-widgets +[submodule "awesome-scratch"] + path = awesome-scratch + url = https://github.com/notnew/awesome-scratch.git diff --git a/awesome-scratch b/awesome-scratch new file mode 160000 +Subproject 172c0b47228a4cb83e298273d217c03f8eed741 diff --git a/awesome-wm-widgets b/awesome-wm-widgets new file mode 160000 +Subproject bb44d738a580ddd984c6a9f619ff927ad418dd1 |