]> git.sur5r.net Git - i3/i3/commit - include/libi3.h
Allow using left/right scrolling like up/down scrolling. 2680/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Sun, 12 Feb 2017 19:48:44 +0000 (20:48 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Tue, 14 Feb 2017 21:28:01 +0000 (22:28 +0100)
commit432c4211ea422608645ecb8ef02ac88687adeced
treeecfd7983e846416f8e59673f964fd5a5c1a2e96b
parent7732971ad86433cc232e5d951564acff448e08a5
Allow using left/right scrolling like up/down scrolling.

This commit makes left/right scrolling synonyms for up/down scrolling for
* scrolling on window decoration
* scrolling on i3bar workspaces

fixes #2677
i3bar/src/xcb.c
include/libi3.h
src/click.c