diff options
author | Drew DeVault <[email protected]> | 2019-01-30 10:42:31 -0500 |
---|---|---|
committer | emersion <[email protected]> | 2019-01-30 19:53:59 +0100 |
commit | a6d41254c90c1471326e5df94b939a12844d9be6 (patch) | |
tree | 2b8c8f6efc012284bd438a0ebcfc7f6022e32bc5 /sway/commands.c | |
parent | ee4b8a39385203a560818f99b380565d16bc7665 (diff) |
Add pointer_constraint command
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index dd994fa1..425897fb 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -81,6 +81,7 @@ static struct cmd_handler handlers[] = { { "no_focus", cmd_no_focus }, { "output", cmd_output }, { "popup_during_fullscreen", cmd_popup_during_fullscreen }, + { "pointer_constraint", cmd_pointer_constraint }, { "seat", cmd_seat }, { "set", cmd_set }, { "show_marks", cmd_show_marks }, |