From 40530109c462e63e300e4b70d583d8b9c260bf9d Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 27 Feb 2024 16:19:21 -0500 Subject: [PATCH] Add Hyprland Config as Submodule --- .config/hypr | 1 + .gitmodules | 4 ++++ README.org | 4 ++++ 3 files changed, 9 insertions(+) create mode 160000 .config/hypr diff --git a/.config/hypr b/.config/hypr new file mode 160000 index 0000000..c2b3659 --- /dev/null +++ b/.config/hypr @@ -0,0 +1 @@ +Subproject commit c2b3659ea4fd9dc9b5907cb2fccd4f776e117e2a diff --git a/.gitmodules b/.gitmodules index 8054238..a3e2736 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,3 +106,7 @@ path = .config/awesome url = ssh://gitea@gitea.sravanbalaji.com:2222/sravan/awesome.git branch = main +[submodule ".config/hypr"] + path = .config/hypr + url = ssh://gitea@gitea.sravanbalaji.com:2222/sravan/hyprland.git + branch = main diff --git a/README.org b/README.org index 03e203d..0cb313e 100644 --- a/README.org +++ b/README.org @@ -248,6 +248,10 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks. path = .config/awesome url = ssh://gitea@gitea.sravanbalaji.com:2222/sravan/awesome.git branch = main +[submodule ".config/hypr"] + path = .config/hypr + url = ssh://gitea@gitea.sravanbalaji.com:2222/sravan/hyprland.git + branch = main #+END_SRC ** Ignoring files and directories