Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-10 | input_cmd_scroll_button: utilize mouse btn helpers | Brian Ashworth | |
This modifies `input_cmd_scroll_button` to utilize the mouse button helper `get_mouse_button` when parsing the button. x11 axis buttons are not supported with this command and `CMD_INVALID` will be returned, but all other x11 buttons, button event names, and button event codes should be working | |||
2018-12-30 | hide_cursor: change to a seat subcommand | Brian Ashworth | |
This makes hide_cursor a seat subcommand, which allows for seat specific timeouts. | |||
2018-11-18 | Add scroll factor config option. | Spencer Michaels | |
2018-10-14 | Establish sway-output(5) | Drew DeVault | |
2018-10-03 | Fix some missing commands in sway-input(5) | Drew DeVault | |
2018-09-30 | Merge pull request #2725 from PumbaPe/add-tap-and-drag | Drew DeVault | |
Add tap and drag to sway-input | |||
2018-09-29 | add tap-and-drag setting to sway-input | PP | |
2018-09-28 | sway{,bar,input}.5: changes for generic blocks | Brian Ashworth | |
2018-07-29 | Escaping underscores in tap_button_map | Marius Orcsik | |
2018-07-28 | Don't enable numlock by default. This fixes an annoying issue where laptop ↵ | Geoff Greer | |
keyboards would have 'numlock mode' enabled, remapping parts of the alphabet to numbers. | |||
2018-07-25 | Restrict CapsLock and NumLock commands to the configuration file | ProgAndy | |
2018-07-25 | Add documentation for xkb_capslock/xkb_numlock | ProgAndy | |
2018-07-14 | Implement tap_button_map for input devices | Brian Ashworth | |
2018-07-12 | add paragraph to sway-input man page | Robert Kubosz | |
The added paragraph describes how to get button identifier and set it in config. | |||
2018-07-05 | Escape underscore in sway-input(5) man page to avoid invalid colors | Thomas Plaçais | |
2018-05-11 | Add sway-input(5) | Drew DeVault | |