aboutsummaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-28 10:18:37 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-28 10:18:37 -0500
commit1661edee2808f5d293ce89bf46bd87faff25d654 (patch)
tree60d4b04a3a118f792f4faf1f7a88eb78acbcb72b /sway.5.txt
parentImprove config file loading (diff)
downloadsway-1661edee2808f5d293ce89bf46bd87faff25d654.tar.gz
sway-1661edee2808f5d293ce89bf46bd87faff25d654.tar.zst
sway-1661edee2808f5d293ce89bf46bd87faff25d654.zip
Allow output config for output named *
Which will match any output.
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway.5.txt b/sway.5.txt
index dc5e5d66..24467d22 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -140,6 +140,10 @@ Commands
140 You can get a list of output names like so: 140 You can get a list of output names like so:
141 + 141 +
142 swaymsg -t get_outputs 142 swaymsg -t get_outputs
143 +
144 You may also match any output by using the output name "*". Be sure to add
145 this output config after the others, or it will be matched instead of the
146 others.
143 147
144**reload**:: 148**reload**::
145 Reloads the sway config file without restarting sway. 149 Reloads the sway config file without restarting sway.