Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Daemon/ydotoold.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down