diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2023-05-26 21:46:19 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2023-05-26 21:46:19 +1200 |
| commit | 27137ec9d29c36df8117869773203b243849896c (patch) | |
| tree | 8f457bcc0862ecd176f5fc748b06f66e46082a2e /config.h | |
| parent | da3b5b2131d2b4ff5cb127e92090fca568376835 (diff) | |
| download | YATwm-27137ec9d29c36df8117869773203b243849896c.tar.gz YATwm-27137ec9d29c36df8117869773203b243849896c.zip | |
feat: Made keybinds work (I hope)
Note: the config file reloading keybinds isn't quite working, though, need to ungrab the keys
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ class Config ~Config(); void free(); - void loadFromFile(std::string path); - void reloadFile(); + Err loadFromFile(std::string path); + Err reloadFile(); // Startup std::string* startupBash; int startupBashc; |
