aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/bind.c
Commit message (Collapse)AuthorAge
* Style fixes for bind.cLibravatar frsfnrrg2018-06-01
|
* Fix binding bindcode flag initializationLibravatar frsfnrrg2018-06-01
|
* Use XKB keycode numbering for bindcodeLibravatar frsfnrrg2018-06-01
|
* Share common code between bindsym and bindcode commandsLibravatar frsfnrrg2018-06-01
|
* Implement bindsym/bindcode --lockedLibravatar frsfnrrg2018-05-27
| | | | | | | | | 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.
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
|
* binding releaseLibravatar Tony Crisci2018-01-04
|
* fix nitpicksLibravatar Tony Crisci2017-12-29
|
* overwrite old bindingsLibravatar Tony Crisci2017-12-28
|
* binding configLibravatar Tony Crisci2017-12-27
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* fix use-after-free bugLibravatar Tobias Blass2017-07-10
|
* Add mouse button bindingsLibravatar Josip Janzic2017-05-04
| | | | | | | Adds support for bindings like: bindsym button3 floating toggle bindsym $mod+button3 floating toggle
* Handle allocation failure in commandsLibravatar Drew DeVault2016-12-15
|
* merge in latest commitsLibravatar Zandr Martin2016-09-02
|
* refactor commands.cLibravatar Zandr Martin2016-09-01