sway: fix systemd variables example

This commit is contained in:
sg-qwt 2024-07-04 03:43:38 +08:00 committed by GitHub
parent 36e2f9da91
commit 269cc18d94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -403,7 +403,7 @@ in {
"XCURSOR_THEME" "XCURSOR_THEME"
"XCURSOR_SIZE" "XCURSOR_SIZE"
]; ];
example = [ "-all" ]; example = [ "--all" ];
description = '' description = ''
Environment variables imported into the systemd and D-Bus user environment. Environment variables imported into the systemd and D-Bus user environment.
''; '';