summaryrefslogtreecommitdiff
path: root/util.h
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added key chordingBossCode452023-06-281-1/+2
| | | | | | 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).
* feat: Uses a backup config file and respects XDGBossCode452023-06-161-2/+2
| | | | | Uses config files in the order of `$XDG_CONFIG_HOME/YATwm/config`, `$HOME/.config/YATwm/config`, then `/etc/YATwm/config`
* IT WORKS!!!!!!BossCode452023-06-011-0/+7
| | | | | | 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.
* Config file working - more tests and potentially features before merge with ↵BossCode452022-12-211-1/+9
| | | | main though
* Fixed bug with negative width due to another bug in gaps calculation -_-BossCode452022-08-231-0/+1