summaryrefslogtreecommitdiff
path: root/include/sway/config.h
AgeCommit message (Collapse)Author
2016-10-25Add left_handed support for input devicesMichał Winiarski
Some users may want to switch buttons on their input devices, turns out libinput already supports it. Let's add a support for it in our config. Signed-off-by: Michał Winiarski <[email protected]>
2016-10-07add force_focus_wrapping optionD.B
2016-09-01Reorganize includesDrew DeVault