mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Implement marks
This commit is contained in:
parent
f1f54bbc88
commit
22d38600d0
7 changed files with 178 additions and 3 deletions
|
|
@ -175,6 +175,7 @@ static struct cmd_handler command_handlers[] = {
|
|||
{ "focus", cmd_focus },
|
||||
{ "kill", cmd_kill },
|
||||
{ "layout", cmd_layout },
|
||||
{ "mark", cmd_mark },
|
||||
{ "move", cmd_move },
|
||||
{ "opacity", cmd_opacity },
|
||||
{ "reload", cmd_reload },
|
||||
|
|
@ -185,6 +186,7 @@ static struct cmd_handler command_handlers[] = {
|
|||
{ "splitt", cmd_splitt },
|
||||
{ "splitv", cmd_splitv },
|
||||
{ "title_format", cmd_title_format },
|
||||
{ "unmark", cmd_unmark },
|
||||
};
|
||||
|
||||
static int handler_compare(const void *_a, const void *_b) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue