Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl | |
This commit mostly duplicates the wlr_log functions, although with a sway_* prefix. (This is very similar to PR #2009.) However, the logging function no longer needs to be replaceable, so sway_log_init's second argument is used to set the exit callback for sway_abort. wlr_log_init is still invoked in sway/main.c This commit makes it easier to remove the wlroots dependency for the helper programs swaymsg, swaybg, swaybar, and swaynag. | |||
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion | |
And make sure we don't define both in the same source file. | |||
2018-11-18 | Add scroll factor config option. | Spencer Michaels | |
2018-09-29 | add tap-and-drag setting to sway-input | PP | |
2018-09-27 | input config: merge left_handed option | Ian Fan | |
2018-09-23 | Implement support for input wildcard | Brian Ashworth | |
2018-09-19 | config: free strings fields when freeing input config | Ian Fan | |
2018-07-25 | Implement setting NumLock and CapsLock status | ProgAndy | |
After setting the keymap, try to enable NumLock and disable CapsLock. This only works if sway has the xkb master state and controls the keyboard. Prepare configuration settings for later use as well. | |||
2018-07-14 | Implement tap_button_map for input devices | Brian Ashworth | |
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-04-26 | Add map_from_region command | emersion | |
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-17 | copy config references for input and seat | Tony Crisci | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2017-12-16 | put seat and input config in their own files | Tony Crisci | |