mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
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
This commit is contained in:
parent
89dc047ca9
commit
81e8f31cc6
13 changed files with 290 additions and 5 deletions
|
|
@ -7,6 +7,7 @@ sway_sources = files(
|
|||
'debug-tree.c',
|
||||
'ipc-json.c',
|
||||
'ipc-server.c',
|
||||
'scratchpad.c',
|
||||
'security.c',
|
||||
|
||||
'desktop/desktop.c',
|
||||
|
|
@ -67,6 +68,7 @@ sway_sources = files(
|
|||
'commands/reload.c',
|
||||
'commands/rename.c',
|
||||
'commands/resize.c',
|
||||
'commands/scratchpad.c',
|
||||
'commands/seat.c',
|
||||
'commands/seat/attach.c',
|
||||
'commands/seat/cursor.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue