Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-25 | Add xkb_numlock/xkb_capslock commands (#2311) | ProgAndy | |
2018-07-23 | Switch to using a function to parse booleans | Brian Ashworth | |
2018-07-14 | Implement tap_button_map for input devices | Brian Ashworth | |
2018-07-13 | add error handling for scroll button out of range | Robert Kubosz | |
user will be informed if the scroll button indentifier values causes underflow or overflow. | |||
2018-07-12 | expanded error detection for scroll button option | Robert Kubosz | |
Now the scroll_button will not accept: - letters on string beginning; - negative numbers. What is tolerated: - letters after number; - rational numbers: the fraction after dot will be omitted. | |||
2018-07-12 | rm constraint for max value of button identifier | Robert Kubosz | |
updated error message to be more adequate for current contraint | |||
2018-07-12 | increase maximum value of button identifier | Robert Kubosz | |
and also cleanup spaces | |||
2018-07-11 | add scroll button option | Robert Kubosz | |
This commit introduces a scroll_button option, which is intended to be used with scroll_method. Now user can edit his sway config and add an scroll_button option to device section. | |||
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-07-02 | input_config: free new_input_config on error | Dominique Martinet | |
Found through static analysis. | |||
2018-04-26 | Add map_from_region command | emersion | |
2018-04-19 | Split repeat commands into separate files. | Ryan Dwyer | |
2018-04-18 | Make key repeat configurable | Ryan Dwyer | |
This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 } | |||
2018-04-08 | Add input "identifier" map_to_output "identifier" | Drew DeVault | |
2018-01-20 | input config handler context | Tony Crisci | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2017-12-18 | improve xkb command logging | Tony Crisci | |
2017-12-16 | expect exactly one xkb arg | Tony Crisci | |
2017-12-16 | rename config apply cmds | Tony Crisci | |
2017-12-15 | xkb config | Tony Crisci | |
2017-12-14 | basic configuration | Tony Crisci | |
2017-12-12 | seat configuration | Tony Crisci | |
2017-12-12 | config cleanup | Tony Crisci | |
2017-12-11 | input config | Tony Crisci | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-03-10 | UnGNUify the codebase | Drew DeVault | |
2016-10-25 | Add left_handed support for input devices | Michał 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 <knr@hardline.pl> | |||
2016-09-02 | merge in latest commits | Zandr Martin | |
2016-09-01 | refactor commands.c | Zandr Martin | |