mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Implement no_focus command
This commit is contained in:
parent
a588b326c2
commit
fc2484095a
5 changed files with 56 additions and 5 deletions
|
|
@ -114,6 +114,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "input", cmd_input },
|
||||
{ "mode", cmd_mode },
|
||||
{ "mouse_warping", cmd_mouse_warping },
|
||||
{ "no_focus", cmd_no_focus },
|
||||
{ "output", cmd_output },
|
||||
{ "seat", cmd_seat },
|
||||
{ "set", cmd_set },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue