diff options
| author | Jim Brown <jpb@jimby.name> | 2024-10-14 18:01:50 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-10-14 18:07:22 +0000 |
| commit | 0bda34e56fb402911e680dfe0b487985b042ac37 (patch) | |
| tree | 940ec2991ab75866b51ed6e6f9b0d47354bd76b4 | |
| parent | d4f2d0af3b7636a35722db902b05fd897488569d (diff) | |
[hb][wayland]: Fix typo of graphics mode
Reported by: jpb_jimby.name
Differential Revision: https://reviews.freebsd.org/D47101
| -rw-r--r-- | documentation/content/en/books/handbook/wayland/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc index 6554f80ed4..f82f0459d6 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -399,7 +399,7 @@ set $mod Mod4 # Your preferred terminal emulator set $term alacritty set $lock swaylock -f -c 000000 -output "My Workstation" mode 1366x786@60Hz position 1366 0 +output "My Workstation" mode 1366x768@60Hz position 1366 0 output * bg ~/wallpapers/mywallpaper.png stretch ### Idle configuration exec swayidle -w \ |
