summaryrefslogtreecommitdiff
path: root/sway/commands/ws_auto_back_and_forth.c
AgeCommit message (Collapse)Author
2018-11-11cmd_ws_auto_back_and_forth: fix negationBrian Ashworth
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.
2018-11-10Use parse_boolean where possible.Connor E
2018-04-08Add workspace_auto_back_and_forth commanddb
This is the only missing piece - other code regarding this functionality has already been ported from pre-wlroots source.