Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-06-12 | Sort binding key lists | frsfnrrg | |
Sort the list comprising the set of keys for the binding in ascending order. (Keyboard shortcuts depend only on the set of simultaneously pressed keys, not their order, so this change should have no external effect.) This simplifies comparisons between bindings. | |||
2018-06-01 | Style fixes for bind.c | frsfnrrg | |
2018-06-01 | Fix binding bindcode flag initialization | frsfnrrg | |
2018-06-01 | Use XKB keycode numbering for bindcode | frsfnrrg | |
2018-06-01 | Share common code between bindsym and bindcode commands | frsfnrrg | |
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-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2018-01-04 | binding release | Tony Crisci | |
2017-12-29 | fix nitpicks | Tony Crisci | |
2017-12-28 | overwrite old bindings | Tony Crisci | |
2017-12-27 | binding config | Tony Crisci | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-07-10 | fix use-after-free bug | Tobias Blass | |
2017-05-04 | Add mouse button bindings | Josip Janzic | |
Adds support for bindings like: bindsym button3 floating toggle bindsym $mod+button3 floating toggle | |||
2016-12-15 | Handle allocation failure in commands | Drew DeVault | |
2016-09-02 | merge in latest commits | Zandr Martin | |
2016-09-01 | refactor commands.c | Zandr Martin | |