summaryrefslogtreecommitdiff
path: root/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat: Made the bind modes workBossCode452023-08-151-0/+8
| | | | | Numlock still seems to mess with keybindings. Also switched from storing keybinds with KeySym to KeyCode
* feat: Added key chordingBossCode452023-06-281-0/+7
| | | | | | Probably a hacky mess but oh well. Key chords can be done by seperating binds in string with ` `. You can set the quit bind with `quitkey`, default mod+g. (Chords also exited when pressing unbound keys).
* Config file working - more tests and potentially features before merge with ↵BossCode452022-12-211-0/+17
main though