From 2bccb387d81298ffd3b88a193deb3e32c0b6c494 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 9 Jun 2019 21:17:28 +0300 Subject: Add a new xkb_switch_layout command This allows users to programatically change the active layout. --- include/sway/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/commands.h') 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; -- cgit v1.2.3-54-g00ecf