diff --git a/index.html b/index.html index 7fcd69e5c..fbf5b82d6 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 30ac2b072..bd250f33c 100644 --- a/options.html +++ b/options.html @@ -8224,6 +8224,47 @@ background "#cccccc" <home-manager/modules/services/status-notifier-watcher.nix>
services.status-notifier-watcher.package
The package to use for the status notifier watcher binary.
Type: package
Default: pkgs.haskellPackages.status-notifier-item
Example: pkgs.haskellPackages.status-notifier-item
Declared by:
<home-manager/modules/services/status-notifier-watcher.nix>
+ |
services.swayidle.enable
Whether to enable Idle manager for Wayland.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.package
Swayidle package to install.
Type: package
Default: pkgs.swayidle
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.events
Run command on occurence of a event
Type: list of submodules
Default:
+ [
+
+ ]
+
Example:
'' +[ + { event = "before-sleep"; command = "swaylock"; } + { event = "lock"; command = "lock"; } +] +''
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.events.*.command
Command to run when event occurs
Type: string
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.events.*.event
Event name
Type: one of "before-sleep", "after-resume", "lock", "unlock"
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.extraArgs
Extra arguments to pass to swayidle
Type: list of strings
Default:
+ [
+
+ ]
+
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.timeouts
List of commands to run after idle timeout
Type: list of submodules
Default:
+ [
+
+ ]
+
Example:
'' +[ + { timeout = 60; command = "swaylock -fF"; } +] +''
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.timeouts.*.command
Command to run after timeout seconds of inactivity
Type: string
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.timeouts.*.resumeCommand
Command to run when there is activity again
Type: null or string
Default: null
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.timeouts.*.timeout
Timeout in seconds
Type: positive integer, meaning >0
Example: 60
Declared by:
+ <home-manager/modules/services/swayidle.nix>
|
services.sxhkd.enable
Whether to enable simple X hotkey daemon.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/sxhkd.nix>
|
services.sxhkd.package
Package containing the sxhkd executable.
Type: package
Default: "pkgs.sxhkd"
Declared by: