aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-06-09 21:17:28 +0300
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-06-09 15:20:14 -0400
commit2bccb387d81298ffd3b88a193deb3e32c0b6c494 (patch)
treeeda04f72b85e4b3251fc18336b925c67a9678b7c /include/sway/commands.h
parentipc: add xkb_layout_names and xkb_active_layout_index (diff)
downloadsway-2bccb387d81298ffd3b88a193deb3e32c0b6c494.tar.gz
sway-2bccb387d81298ffd3b88a193deb3e32c0b6c494.tar.zst
sway-2bccb387d81298ffd3b88a193deb3e32c0b6c494.zip
Add a new xkb_switch_layout command
This allows users to programatically change the active layout.
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h1
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;
260sway_cmd input_cmd_xkb_numlock; 260sway_cmd input_cmd_xkb_numlock;
261sway_cmd input_cmd_xkb_options; 261sway_cmd input_cmd_xkb_options;
262sway_cmd input_cmd_xkb_rules; 262sway_cmd input_cmd_xkb_rules;
263sway_cmd input_cmd_xkb_switch_layout;
263sway_cmd input_cmd_xkb_variant; 264sway_cmd input_cmd_xkb_variant;
264 265
265sway_cmd output_cmd_background; 266sway_cmd output_cmd_background;