aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Ashworth <bosrsf04@gmail.com>2019-03-19 23:07:32 -0400
committeremersion <contact@emersion.fr>2019-03-23 08:07:25 +0200
commit8cd7f0171ad8ffc4ce490f6f4b18522cb178c951 (patch)
tree16ee638f5222905b3a7911e77e33c24827ba9944
parentcdcc2a5bb52a34865eee2ec3d09a38b047c08ffd (diff)
cmd_mode: allow cmd_set to be a subcommand
This allows set to be used in mode blocks
-rw-r--r--sway/commands/mode.c3
-rw-r--r--sway/sway.5.scd6
2 files changed, 5 insertions, 4 deletions
diff --git a/sway/commands/mode.c b/sway/commands/mode.c
index 3e0ee80c..ef2c5d79 100644
--- a/sway/commands/mode.c
+++ b/sway/commands/mode.c
@@ -13,7 +13,8 @@
static struct cmd_handler mode_handlers[] = {
{ "bindcode", cmd_bindcode },
{ "bindswitch", cmd_bindswitch },
- { "bindsym", cmd_bindsym }
+ { "bindsym", cmd_bindsym },
+ { "set", cmd_set },
};
struct cmd_results *cmd_mode(int argc, char **argv) {
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 18fc28a3..dbfeefe3 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -573,9 +573,9 @@ The default colors are:
Switches to the specified mode. The default mode _default_.
*mode* [--pango_markup] <mode> <mode-subcommands...>
- The only valid _mode-subcommands..._ are *bindsym*, *bindcode* and
- *bindswitch*. If _--pango_markup_ is given, then _mode_ will be interpreted
- as pango markup.
+ The only valid _mode-subcommands..._ are *bindsym*, *bindcode*,
+ *bindswitch*, and *set*. If _--pango_markup_ is given, then _mode_ will be
+ interpreted as pango markup.
*mouse_warping* output|container|none
If _output_ is specified, the mouse will be moved to new outputs as you