From 57c135f203b6ce281d4cfc7ec98ebed6c8bcfec5 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 2 Apr 2020 11:05:06 +0200 Subject: [PATCH] readme: switch to new profile syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9c8f44..f56115d 100644 --- a/README.md +++ b/README.md @@ -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. ``` -{ +profile { output LVDS-1 disable output "Some Company ASDF 4242" mode 1600x900 position 0,0 } -{ +profile { output LVDS-1 enable scale 2 } ```