Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-27 | Implement bindsym/bindcode --locked | frsfnrrg | |
Adds the --locked flag to bindsym and bindcode commands. When a keyboard's associated seat has an exclusive client (i.e, a screenlocker), then bindings are only executed if they have the locked flag. When there is no such client, this restriction is lifted. | |||
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson | |
Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541 | |||
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-02 | Merge branch 'wlroots' into seat-fixes | Tony Crisci | |
2018-04-02 | dont copy input config | Tony Crisci | |
2018-04-02 | Partially implement move command | Drew DeVault | |
Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position | |||
2018-02-24 | take seat param for handle_command and rename | Tony Crisci | |
2018-01-20 | add kill command | Tony Crisci | |
2018-01-17 | update for new wlr-keyboard modifiers | Tony Crisci | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2018-01-04 | cleanup bindings | Tony Crisci | |
2018-01-04 | binding release | Tony Crisci | |
2017-12-29 | fix nitpicks | Tony Crisci | |
2017-12-28 | overwrite old bindings | Tony Crisci | |
2017-12-28 | fix keyboard_execute_bindcode | Tony Crisci | |
2017-12-28 | bindcode | Tony Crisci | |
2017-12-27 | run compositor bindings last | Tony Crisci | |
2017-12-27 | run binding command | Tony Crisci | |
2017-12-27 | match user bindsym | Tony Crisci | |
2017-12-27 | compositor bindings | Tony Crisci | |
2017-12-27 | keyboard translate keysyms | Tony Crisci | |
2017-12-19 | handle keymap not found | Tony Crisci | |
2017-12-18 | remove assumption of one device per identifier | Tony Crisci | |
2017-12-16 | fix keyboard hotplugging | Tony Crisci | |
2017-12-16 | keyboard cleanup | Tony Crisci | |
2017-12-15 | xkb config | Tony Crisci | |
2017-12-14 | basic configuration | Tony Crisci | |
2017-12-12 | sway input device | Tony Crisci | |
2017-12-10 | keyboard remove | Tony Crisci | |
2017-12-10 | basic keyboard | Tony Crisci | |