From 96d51ec2a749a928cb9d48b1fc0ea4898e73a335 Mon Sep 17 00:00:00 2001 From: Erik Tollerud Date: Fri, 2 Aug 2024 16:49:02 -0400 Subject: [PATCH] CMake: typo fix hyprlock->hypridle (#82) --- 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)