aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar mteyssier <mteyssier@protonmail.com>2018-10-22 22:47:26 +0200
committerLibravatar mteyssier <mteyssier@protonmail.com>2018-10-23 00:00:36 +0200
commitf530ac64598bdb73346a18e9754d9781fddf9446 (patch)
treecf824957f23d8f8c404a7494a53c5db9d063915d /sway/sway.5.scd
parentMerge pull request #2929 from RyanDwyer/fix-scratchpad-resize (diff)
downloadsway-f530ac64598bdb73346a18e9754d9781fddf9446.tar.gz
sway-f530ac64598bdb73346a18e9754d9781fddf9446.tar.zst
sway-f530ac64598bdb73346a18e9754d9781fddf9446.zip
Add references to sway-output(5) in sway(5)
- update ref in the swaybg_command description - add ref to sway-output(5) in See Also - add an `output` command description
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd10
1 files changed, 8 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 51fd260b..1999a6c8 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -69,7 +69,7 @@ The following commands may only be used in the configuration file.
69 69
70*swaybg\_command* <command> 70*swaybg\_command* <command>
71 Executes custom background _command_. Default is _swaybg_. Refer to 71 Executes custom background _command_. Default is _swaybg_. Refer to
72 *output* below for more information. 72 *sway-output*(5) for more information.
73 73
74 It can be disabled by setting the command to a single dash: 74 It can be disabled by setting the command to a single dash:
75 _swaybg\_command -_ 75 _swaybg\_command -_
@@ -495,6 +495,12 @@ The default colors are:
495 Prevents windows matching <criteria> from being focused automatically when 495 Prevents windows matching <criteria> from being focused automatically when
496 they're created. This has no effect on the first window in a workspace. 496 they're created. This has no effect on the first window in a workspace.
497 497
498*output* <output\_name> <output-subcommands...>
499 For details on output subcommands, see *sway-output*(5).
500
501 \* may be used in lieu of a specific output name to configure all outputs.
502 A list of output names may be obtained via *swaymsg -t get\_outputs*.
503
498*popup\_during\_fullscreen* smart|ignore|leave\_fullscreen 504*popup\_during\_fullscreen* smart|ignore|leave\_fullscreen
499 Determines what to do when a fullscreen view opens a dialog. 505 Determines what to do when a fullscreen view opens a dialog.
500 If _smart_ (the default), the dialog will be displayed. If _ignore_, the 506 If _smart_ (the default), the dialog will be displayed. If _ignore_, the
@@ -669,4 +675,4 @@ The following attributes may be matched with:
669 675
670# SEE ALSO 676# SEE ALSO
671 677
672*sway*(1) *sway-input*(5) *sway-bar*(5) 678*sway*(1) *sway-input*(5) *sway-output*(5) *sway-bar*(5)