summaryrefslogtreecommitdiff
path: root/readme.html
Commit message (Collapse)AuthorAgeFilesLines
* feat: Updated readme and added nix supportBossCode452024-05-301-43/+55
| | | | Added a flake.nix and shell.nix and .envrc so nix+direnv will work well
* feat: Added key chordingBossCode452023-06-281-41/+46
| | | | | | 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: Added ; as a command separatorBossCode452023-06-241-41/+41
|
* feat: Fixed fullscreen stuff after rebasing in the config refactorBossCode452023-06-211-40/+42
| | | | Also added stuff to the readme for it
* feat: Made a proper arg parserBossCode452023-06-211-45/+45
| | | | Now supports quotes properly, and uses \ to escape characters
* feat: Updated readmeBossCode452023-06-181-0/+470
Updated the readme and added a default config file.