aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/ws_auto_back_and_forth.c
Commit message (Collapse)AuthorAge
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
| | | | | | | | | Patch tested by compiling with `__attribute__ ((format (printf, 2, 3)))` applied to `cmd_results_new`. String usage constants have been converted from pointers to arrays when encountered. General handler format strings were sometimes modified to include the old input string, especially for unknown command errors.
* cmd_ws_auto_back_and_forth: fix negationLibravatar Brian Ashworth2018-11-11
| | | | | | In the conversion to `parse_boolean` for `cmd_ws_auto_back_and_forth`, the `negation` was never removed causing the setting to be the opposite of what it should be.
* Use parse_boolean where possible.Libravatar Connor E2018-11-10
|
* Add workspace_auto_back_and_forth commandLibravatar db2018-04-08
This is the only missing piece - other code regarding this functionality has already been ported from pre-wlroots source.