diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-12 10:55:20 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-12 10:55:20 -0500 |
commit | c173d30b9203520c274f34eb72fc787aa33ca211 (patch) | |
tree | 11a1090e2e582caf1c19521596925ed14e57a6e4 /include | |
parent | 538903bc5ace56c1dab0f5287fb4d0bab78a0165 (diff) | |
download | sway-c173d30b9203520c274f34eb72fc787aa33ca211.tar.xz |
seat configuration
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/commands.h | 1 | ||||
-rw-r--r-- | include/sway/config.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 138e3c29..75340e03 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -180,6 +180,7 @@ sway_cmd bar_colors_cmd_statusline; sway_cmd bar_colors_cmd_focused_statusline; sway_cmd bar_colors_cmd_urgent_workspace; +sway_cmd input_cmd_seat; sway_cmd input_cmd_accel_profile; sway_cmd input_cmd_click_method; sway_cmd input_cmd_drag_lock; diff --git a/include/sway/config.h b/include/sway/config.h index d80f5a39..9fcecfd6 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -69,6 +69,7 @@ struct input_config { bool capturable; struct wlr_box region; + char *seat; }; /** |