From 94bef59e1be32928d1f4c74adf695fec2ac1280f Mon Sep 17 00:00:00 2001 From: DANILIAMMO <67186086+daniliammo@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:40:01 +0500 Subject: [PATCH 1/2] Add \n --- Daemon/ydotoold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Daemon/ydotoold.c b/Daemon/ydotoold.c index de09904..1c7d07b 100644 --- a/Daemon/ydotoold.c +++ b/Daemon/ydotoold.c @@ -368,7 +368,7 @@ int main(int argc, char **argv) { perror("failed to fork"); } } else { - printf("xinput command not found in `%s', not disabling mouser pointer acceleration", xinput_path); + printf("xinput command not found in `%s', not disabling mouser pointer acceleration\n", xinput_path); } } From 6b841ae48dfd1d0af637e6fe117a5fe10477ba7f Mon Sep 17 00:00:00 2001 From: DANILIAMMO <67186086+daniliammo@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:51:25 +0500 Subject: [PATCH 2/2] Update README.md Separate build instructions. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a7b295f..a110fba 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,12 @@ There are a few extra options that can be configured when running CMake ### Compile +#### Create build directory mkdir build cd build +#### Build with CMake + cmake .. make -j `nproc`