Date: Mon, 14 Oct 2024 18:07:40 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 0bda34e56f - main - [hb][wayland]: Fix typo of graphics mode Message-ID: <202410141807.49EI7ek8051067@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=0bda34e56fb402911e680dfe0b487985b042ac37 commit 0bda34e56fb402911e680dfe0b487985b042ac37 Author: Jim Brown <jpb@jimby.name> AuthorDate: 2024-10-14 18:01:50 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-10-14 18:07:22 +0000 [hb][wayland]: Fix typo of graphics mode Reported by: jpb_jimby.name Differential Revision: https://reviews.freebsd.org/D47101 --- documentation/content/en/books/handbook/wayland/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410141807.49EI7ek8051067>