diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-06-09 21:17:28 +0300 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-06-09 21:17:28 +0300 |
| commit | eee58c1ca2d1b16b2180cf16eb733426d405123d (patch) | |
| tree | eda04f72b85e4b3251fc18336b925c67a9678b7c /include | |
| parent | 46394e0cce3873ab71ff0cda8daa01cbb18297f0 (diff) | |
Add a new xkb_switch_layout command
This allows users to programatically change the active layout.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 927296b0..e0cd94d1 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -260,6 +260,7 @@ sway_cmd input_cmd_xkb_model; sway_cmd input_cmd_xkb_numlock; sway_cmd input_cmd_xkb_options; sway_cmd input_cmd_xkb_rules; +sway_cmd input_cmd_xkb_switch_layout; sway_cmd input_cmd_xkb_variant; sway_cmd output_cmd_background; |
