[core/input] add default workspace wrap bindings (mouse wheel up/down)

This commit is contained in:
tobi-wan-kenobi 2020-05-02 13:54:45 +02:00
parent d0bb0f9b7a
commit ba24ba13db
4 changed files with 15 additions and 5 deletions

View file

@ -12,7 +12,6 @@
## Backwards-compatibility
- alignment parameter
- default wheel handlers
## Improvements
- API documentation
@ -22,5 +21,4 @@
- themes: use colors to improve theme readability
- convert some stuff to simple attributes to reduce LOCs
- theme.exclude (battery)
- configuration files
- use add_widget() instead of core.widget.Widget()