summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-12-14 10:51:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-12-15 19:54:07 +0100
commitae83542f848921e1528cb62bba3e581189830275 (patch)
treeb1121fd8ceae111bbfb723203a0309a380b13158 /doc
parent65892d9f20aa7a8649797507bb1ec867285083fb (diff)
doc: Fix variable name.
* doc/guix.texi (Sway window manager): Replace %sway-default-execs with %sway-default-startup-programs. Change-Id: Ib848dee67a7e8083042cac45479e99f083350cf7
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 3d501a08c9..57030102ca 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -47750,11 +47750,11 @@ Programs to execute at startup time @emph{and} after every configuration
reload. The value of this field is a list of strings, G-expressions or
file-like objects (@pxref{G-Expressions}).
-@item @code{startup-programs} (default: @code{%sway-default-execs})
+@item @code{startup-programs} (default: @code{%sway-default-startup-programs})
Programs to execute at startup time. As above, values of this field are
a list of strings, G-expressions or file-like objects.
-The default value, @code{%sway-default-execs}, executes @code{swayidle}
+The default value, @code{%sway-default-startup-programs}, executes @code{swayidle}
in order to lock the screen after 5@ minutes of inactivity (displaying a
background distributed with Sway) and turn the screen off after 10@
minutes of inactivity.