mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
basic focus (without direction)
This commit is contained in:
parent
780d9fe1e3
commit
52670c636c
4 changed files with 35 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "exec", cmd_exec },
|
||||
{ "exec_always", cmd_exec_always },
|
||||
{ "exit", cmd_exit },
|
||||
{ "focus", cmd_focus },
|
||||
{ "include", cmd_include },
|
||||
{ "input", cmd_input },
|
||||
{ "kill", cmd_kill },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue