From a6d41254c90c1471326e5df94b939a12844d9be6 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 30 Jan 2019 10:42:31 -0500 Subject: Add pointer_constraint command --- sway/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands.c') 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 }, -- cgit v1.2.3-54-g00ecf