summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-26 21:04:36 -0500
committerZachIR <zachir@librem.one>2025-07-26 21:04:36 -0500
commitea3d680288260ca1231a63fb68a290efec91a207 (patch)
treea316822ab099102339a9a8af7dfcbef972e574e9 /Makefile
parent0ff36edf9829b6aa9e52b05f989baf90cdf2bcc3 (diff)
parent83f2189e7234cad9054795b77b07d24ca0a7c742 (diff)
Merge branch 'master' into car
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 24b5acd..ab6e0da 100644
--- a/Makefile
+++ b/Makefile
@@ -29,14 +29,11 @@ install-hyprland-plugins:
@hyprpm enable hyprscrolling
@echo "Done."
-install-scrollconf: scroll/user.conf
- @echo "Installing user.conf..."
- @sudo ln -sf `pwd`/scroll/user.conf /etc/scroll/config.d/user.conf
- @echo "Done."
+install-scrollconf: scroll/config.d/user.conf
-scroll/user.conf:
+scroll/config.d/user.conf:
@echo "Generating user.conf..."
- @echo 'set $$home' $(shell echo $(HOME)) > scroll/user.conf
+ @echo 'set $$home' $(shell echo $(HOME)) > scroll/config.d/user.conf
@echo "Done."
install-bashconfigs: $(BCONFS) install-shconfigs