aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-05 18:12:14 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-05 18:12:14 -0400
commit78c08fb0a281cbe74c56f0a2ea4b9370b9372661 (patch)
tree3fc34f67deb2988a1dcd1bf06f0798ada07333b8 /sway/sway.5.scd
parentMerge pull request #2185 from swaywm/update-wlroots-1076 (diff)
downloadsway-78c08fb0a281cbe74c56f0a2ea4b9370b9372661.tar.gz
sway-78c08fb0a281cbe74c56f0a2ea4b9370b9372661.tar.zst
sway-78c08fb0a281cbe74c56f0a2ea4b9370b9372661.zip
Implement mode --pango_markup
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd4
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 5ce6bf06..7c553d3f 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -413,10 +413,12 @@ The default colors are:
413*mode* <mode> 413*mode* <mode>
414 Switches to the specified mode. The default mode _default_. 414 Switches to the specified mode. The default mode _default_.
415 415
416*mode* <mode> *{* <commands...> *}* 416*mode* [--pango\_markup] <mode> *{* <commands...> *}*
417 _commands..._ after *{* will be added to the specified mode. A newline is 417 _commands..._ after *{* will be added to the specified mode. A newline is
418 required between *{* and the first command, and *}* must be alone on a 418 required between *{* and the first command, and *}* must be alone on a
419 line. Only *bindsym* and *bindcode* commands are permitted in mode blocks. 419 line. Only *bindsym* and *bindcode* commands are permitted in mode blocks.
420 If _--pango\_markup_ is given, then _mode_ will be interpreted as pango
421 markup.
420 422
421*mouse\_warping* output|none 423*mouse\_warping* output|none
422 If _output_ is specified, the mouse will be moved to new outputs as you 424 If _output_ is specified, the mouse will be moved to new outputs as you