sway-patched-tray-menu/sway/tree
Ryan Dwyer 81e8f31cc6 Implement scratchpad
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
2018-07-23 08:24:32 +10:00
..
arrange.c Simplify transactions by utilising a dirty flag on containers 2018-07-14 23:14:55 +10:00
container.c Implement scratchpad 2018-07-23 08:24:32 +10:00
layout.c Implement scratchpad 2018-07-23 08:24:32 +10:00
output.c Update for swaywm/wlroots#1126 2018-07-09 22:54:30 +01:00
view.c Implement scratchpad 2018-07-23 08:24:32 +10:00
workspace.c Render containers as urgent if they have an urgent child 2018-07-16 18:22:27 +10:00