mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
Allow output config for output named *
Which will match any output.
This commit is contained in:
parent
2f192cceca
commit
1661edee28
3 changed files with 20 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue