diff --git a/.gitmodules b/.gitmodules index c62f5b53..110d7a5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,10 +3,13 @@ url = https://gitlab.freedesktop.org/wlroots/wlroots.git [submodule "subprojects/hyprland-protocols"] path = subprojects/hyprland-protocols - url = https://github.com/hyprwm/hyprland-protocols + url = https://github.com/hyprwm/hyprland-protocols.git [submodule "subprojects/udis86"] path = subprojects/udis86 - url = https://github.com/canihavesomecoffee/udis86 + url = https://github.com/canihavesomecoffee/udis86.git [submodule "subprojects/tracy"] path = subprojects/tracy - url = https://github.com/wolfpld/tracy + url = https://github.com/wolfpld/tracy.git +[submodule "subprojects/wlroots"] + path = subprojects/wlroots + url = https://gitlab.freedesktop.org/wlroots/wlroots.git diff --git a/subprojects/hyprland-protocols b/subprojects/hyprland-protocols new file mode 160000 index 00000000..0c2ce706 --- /dev/null +++ b/subprojects/hyprland-protocols @@ -0,0 +1 @@ +Subproject commit 0c2ce70625cb30aef199cb388f99e19a61a6ce03 diff --git a/subprojects/tracy b/subprojects/tracy new file mode 160000 index 00000000..116e82de --- /dev/null +++ b/subprojects/tracy @@ -0,0 +1 @@ +Subproject commit 116e82de9ebbf3937b066a3be23b8d8de16b2a0a diff --git a/subprojects/udis86 b/subprojects/udis86 new file mode 160000 index 00000000..5336633a --- /dev/null +++ b/subprojects/udis86 @@ -0,0 +1 @@ +Subproject commit 5336633af70f3917760a6d441ff02d93477b0c86 diff --git a/subprojects/wlroots b/subprojects/wlroots new file mode 160000 index 00000000..36cc698b --- /dev/null +++ b/subprojects/wlroots @@ -0,0 +1 @@ +Subproject commit 36cc698bc5513655e5c57ba62693fce9001d86e7