aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 82e4e9a..426d9e6 100644
--- a/config.h
+++ b/config.h
@@ -7,7 +7,7 @@
#define PROGRAM_NAME "kl"
#define PROGRAM_FULL_NAME "Keyboard Listener (kl)"
-#define PROGRAM_VERSION "0.0.1"
+#define PROGRAM_VERSION "0.0.2"
#define PROGRAM_AUTHORS "Verdant <im@verdant.ee>"
#define CONFIG_FILE_COMMENT "# kl config file (v"PROGRAM_VERSION")\n" \
@@ -22,8 +22,8 @@ struct config {
char* home;
char* config_file_path;
char device[256];
- bool enable_time;
- bool enable_keys_counter;
+ bool time;
+ bool keys_counter;
};
struct config* parese_config(struct config* cfg);