Allow output config for output named *

Which will match any output.
This commit is contained in:
Drew DeVault 2015-11-28 10:18:37 -05:00
parent 2f192cceca
commit 1661edee28
3 changed files with 20 additions and 1 deletions

View file

@ -140,6 +140,10 @@ Commands
You can get a list of output names like so:
+
swaymsg -t get_outputs
+
You may also match any output by using the output name "*". Be sure to add
this output config after the others, or it will be matched instead of the
others.
**reload**::
Reloads the sway config file without restarting sway.