diff options
author | azahi <azahi@teknik.io> | 2018-10-14 19:22:59 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-10-14 19:22:59 +0300 |
commit | 094b9d6a59d580965c5ac79c787849601e071b8e (patch) | |
tree | 1ce7157510583614e4df0b32241ba964f887686c | |
parent | Huge update, yet again (diff) |
Add X11 and alsa-mixer as submodules to vendor
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | vendor/X11 | 0 | ||||
m--------- | vendor/alsa-mixer | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 781a58e..e193701 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "vendor/xmonad-contrib"] path = vendor/xmonad-contrib url = https://github.com/azahi/xmonad-contrib +[submodule "vendor/alsa-mixer"] + path = vendor/alsa-mixer + url = https://github.com/azahi/alsa-mixer +[submodule "vendor/X11"] + path = vendor/X11 + url = https://github.com/azahi/X11 diff --git a/vendor/X11 b/vendor/X11 new file mode 160000 +Subproject 9f6df0d79665a285ef9923124a58b38053b8ca1 diff --git a/vendor/alsa-mixer b/vendor/alsa-mixer new file mode 160000 +Subproject ab0c5bc9ee43307dc00db3750ba607753239d26 |