aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index a2c74e70..1663033c 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -25,7 +25,7 @@ block. For example:
25 25
26``` 26```
27output eDP-1 { 27output eDP-1 {
28 background ~/wallpaper.png 28 background ~/wallpaper.png fill
29 resolution 1920x1080 29 resolution 1920x1080
30} 30}
31``` 31```
@@ -33,7 +33,7 @@ output eDP-1 {
33is identical to 33is identical to
34 34
35``` 35```
36output eDP-1 background ~/wallpaper.png 36output eDP-1 background ~/wallpaper.png fill
37output eDP-1 resolution 1920x1080 37output eDP-1 resolution 1920x1080
38``` 38```
39 39