aboutsummaryrefslogtreecommitdiff
path: root/include/sway/scratchpad.h
AgeCommit message (Collapse)Author
2018-07-23Implement scratchpadRyan Dwyer
Implements the following commands: * move scratchpad * scratchpad show * [criteria] scratchpad show Also fixes these: * Fix memory leak when executing command with criteria (use `list_free(views)` instead of `free(views)`) * Fix crash when running `move to` with no further arguments