mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
doc: Fix variable name.
* doc/guix.texi (Sway window manager): Replace %sway-default-execs with %sway-default-startup-programs. Change-Id: Ib848dee67a7e8083042cac45479e99f083350cf7
This commit is contained in:
parent
65892d9f20
commit
ae83542f84
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue