From 712682c0e06524ac38ddcb184d0f0a4571033efd Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 26 Apr 2025 14:36:26 -0400 Subject: [PATCH] Add hyprland to stow commands and update hyprland and dwl submodules --- README.org | 2 ++ dwl/.config/dwl | 2 +- hyprland/.config/hypr | 2 +- justfile | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 684146c..50373b8 100644 --- a/README.org +++ b/README.org @@ -9741,6 +9741,7 @@ stow-create: -S gimp \ -S git \ -S gtk \ + -S hyprland \ -S kitty \ -S mangal \ -S mpv \ @@ -9851,6 +9852,7 @@ stow-recreate: -R gimp \ -R git \ -R gtk \ + -R hyprland \ -R kitty \ -R mangal \ -R mpv \ diff --git a/dwl/.config/dwl b/dwl/.config/dwl index 455eeda..f56f7bb 160000 --- a/dwl/.config/dwl +++ b/dwl/.config/dwl @@ -1 +1 @@ -Subproject commit 455eedaa60c8458cd48e346697a428db3118cc65 +Subproject commit f56f7bb9438102672a1a6c0493739826eb689c2b diff --git a/hyprland/.config/hypr b/hyprland/.config/hypr index 47dff95..e24d3b6 160000 --- a/hyprland/.config/hypr +++ b/hyprland/.config/hypr @@ -1 +1 @@ -Subproject commit 47dff9522381602388ef237a9cb2bd237f2e4973 +Subproject commit e24d3b67cc401b8d8c09d056b2623a54cb849752 diff --git a/justfile b/justfile index e3e1ff2..1af473e 100644 --- a/justfile +++ b/justfile @@ -40,6 +40,7 @@ stow-create: -S gimp \ -S git \ -S gtk \ + -S hyprland \ -S kitty \ -S mangal \ -S mpv \ @@ -150,6 +151,7 @@ stow-recreate: -R gimp \ -R git \ -R gtk \ + -R hyprland \ -R kitty \ -R mangal \ -R mpv \