From d4c6982980246ad322973082fe4fffa9cb60b396 Mon Sep 17 00:00:00 2001 From: cyber-sushi Date: Sat, 6 Apr 2024 20:32:11 +0200 Subject: [PATCH] Updated docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5041b52..ec48468 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ Previously only a controller daemon, the scope has now been expanded because I h You can find some sample config files on this Github; pick one that fits your use case and copy it inside `~/.config/makima`, then edit it to your needs.\ **To associate a config file to an input device, the file name should be identical to that of the device. If your device's name includes a `/`, just omit it.**\ Example: you run `evtest` and see that your Dualshock 4 controller is named `Sony Interactive Entertainment Wireless Controller`; all you have to do is rename your config file `Sony Interactive Entertainment Wireless Controller.toml`.\ -All config files will be parsed automatically when `makima` is launched. +All config files will be parsed automatically when `makima` is launched.\ +Files that don't end with `.toml` and files that start with `.` (dotfiles) won't be parsed, so you can add a dot at the beginning of the filename to mask it from Makima. ### Application-specific bindings **(HYPRLAND, SWAY AND X11 ONLY)**\