This commit is contained in:
Zhongheng Liu 2025-10-02 15:09:34 +02:00
commit a3ed53904a
6 changed files with 23 additions and 0 deletions

12
.gitmodules vendored Normal file
View file

@ -0,0 +1,12 @@
[submodule "somebar"]
path = somebar
url = ./somebar/
[submodule "someblocks"]
path = someblocks
url = ./someblocks/
[submodule "wmenu"]
path = wmenu
url = ./wmenu/
[submodule "dwl"]
path = dwl
url = ./dwl/

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
install:
cd ./dwl && $(MAKE) install && cd ..
cd ./somebar && meson setup build --reconfigure && ninja -C build && ninja -C build install && cd ..
cd ./someblocks && $(MAKE) install && cd ..
cd ./wmenu && meson setup build --reconfigure && ninja -C build && ninja -C build install && cd ..

1
dwl Submodule

@ -0,0 +1 @@
Subproject commit 6cd26568d5b8be2252ac0def36cd194b4fb2d7c3

1
somebar Submodule

@ -0,0 +1 @@
Subproject commit 6572b98d697fef50473366bf4b598e66c0be3e54

1
someblocks Submodule

@ -0,0 +1 @@
Subproject commit 3fb5d6c966892bfa5ba0494cf9d1e3c01650ba1f

1
wmenu Submodule

@ -0,0 +1 @@
Subproject commit 0a38d45abba5b04775b000a8deafb141d230687b