summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Added a very basic config, and fixed some stuffBossCode452023-06-051-0/+31
| | | | NOTE: for some reason toggling doesn't work anymore
* feat: Keybind updatesBossCode452023-06-031-0/+4
| | | | | | | Re added the ability to swap super and mod as a config parameter (the ~swapmods~) command). Finally fixed keybinds sometimes not working because of numlock, bitwise & with the modifiers I actually care about.
* IT WORKS!!!!!!BossCode452023-06-011-11/+2
| | | | | | The new config commands system works, finally able to run this as a test and it works!!!!!. Still more to be done but at least it works.
* in-progress: Config refactor started, changed all existing keybind command ↵BossCode452023-05-241-0/+15
args and added in the new files, still many errors