readme: switch to new profile syntax

This commit is contained in:
Simon Ser 2020-04-02 11:05:06 +02:00
parent b221460388
commit 57c135f203
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 2 additions and 2 deletions

View File

@ -35,12 +35,12 @@ directives (whose syntax is similar to `sway-output(5)`). A profile will be
enabled if all of the listed outputs are connected. enabled if all of the listed outputs are connected.
``` ```
{ profile {
output LVDS-1 disable output LVDS-1 disable
output "Some Company ASDF 4242" mode 1600x900 position 0,0 output "Some Company ASDF 4242" mode 1600x900 position 0,0
} }
{ profile {
output LVDS-1 enable scale 2 output LVDS-1 enable scale 2
} }
``` ```