From 1262b890e87387fead29c21cee93418d9fb926f2 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Mon, 17 Jun 2024 21:12:31 +0100 Subject: [PATCH] Added project dependency submodules --- .gitmodules | 18 ++++++++++++++++++ Hyprland | 1 + hyprcursor | 1 + hyprlang | 1 + hyprpaper | 1 + wl-clipboard | 1 + wlr-randr | 1 + 7 files changed, 24 insertions(+) create mode 100644 .gitmodules create mode 160000 Hyprland create mode 160000 hyprcursor create mode 160000 hyprlang create mode 160000 hyprpaper create mode 160000 wl-clipboard create mode 160000 wlr-randr diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7672a9a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,18 @@ +[submodule "Hyprland"] + path = Hyprland + url = https://github.com/hyprwm/Hyprland +[submodule "hyprlang"] + path = hyprlang + url = https://github.com/hyprwm/hyprlang +[submodule "hyprcursor"] + path = hyprcursor + url = https://github.com/hyprwm/hyprcursor +[submodule "hyprpaper"] + path = hyprpaper + url = https://github.com/hyprwm/hyprpaper +[submodule "wl-clipboard"] + path = wl-clipboard + url = https://github.com/bugaevc/wl-clipboard +[submodule "wlr-randr"] + path = wlr-randr + url = https://github.com/emersion/wlr-randr diff --git a/Hyprland b/Hyprland new file mode 160000 index 0000000..91fe58f --- /dev/null +++ b/Hyprland @@ -0,0 +1 @@ +Subproject commit 91fe58f8f278d126852877eadc87c50ca7b9b78d diff --git a/hyprcursor b/hyprcursor new file mode 160000 index 0000000..66d5b46 --- /dev/null +++ b/hyprcursor @@ -0,0 +1 @@ +Subproject commit 66d5b46ff94efbfa6fa3d1d1b66735f1779c34a6 diff --git a/hyprlang b/hyprlang new file mode 160000 index 0000000..ec6938c --- /dev/null +++ b/hyprlang @@ -0,0 +1 @@ +Subproject commit ec6938c66253429192274d612912649a0cfe4d28 diff --git a/hyprpaper b/hyprpaper new file mode 160000 index 0000000..f4abf59 --- /dev/null +++ b/hyprpaper @@ -0,0 +1 @@ +Subproject commit f4abf5902f3f0c51d2aab8a521f7c1b1b08afd64 diff --git a/wl-clipboard b/wl-clipboard new file mode 160000 index 0000000..4f20741 --- /dev/null +++ b/wl-clipboard @@ -0,0 +1 @@ +Subproject commit 4f20741f66c4e9bcf45481e941e344f8fe5e998d diff --git a/wlr-randr b/wlr-randr new file mode 160000 index 0000000..a6fdfa1 --- /dev/null +++ b/wlr-randr @@ -0,0 +1 @@ +Subproject commit a6fdfa1e925738b7783ea454feea04fb8961124d