From 78b790e95b7cc0d90b34d8b38c25c6e9026fd81c Mon Sep 17 00:00:00 2001 From: Erik Tollerud Date: Fri, 2 Aug 2024 16:11:33 -0400 Subject: [PATCH] typo fix hyprlock->hypridle --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16ba610..47333c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,4 +96,4 @@ install(FILES ${CMAKE_BINARY_DIR}/systemd/hypridle.service install( FILES ${CMAKE_SOURCE_DIR}/assets/example.conf DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/hypr - RENAME hyprlock.conf) + RENAME hypridle.conf)