mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Implement show_marks
This commit is contained in:
parent
fe24f58297
commit
0e2cc0af30
8 changed files with 158 additions and 2 deletions
|
|
@ -116,6 +116,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "mouse_warping", cmd_mouse_warping },
|
||||
{ "output", cmd_output },
|
||||
{ "seat", cmd_seat },
|
||||
{ "show_marks", cmd_show_marks },
|
||||
{ "workspace", cmd_workspace },
|
||||
{ "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue