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.packageThe 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.enableWhether to enable Idle manager for Wayland.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.packageSwayidle package to install.
Type: package
Default: pkgs.swayidle
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.eventsRun 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.*.commandCommand to run when event occurs
Type: string
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.events.*.eventEvent name
Type: one of "before-sleep", "after-resume", "lock", "unlock"
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.extraArgsExtra arguments to pass to swayidle
Type: list of strings
Default:
+ [
+
+ ]
+
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.timeoutsList 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.*.commandCommand to run after timeout seconds of inactivity
Type: string
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.timeouts.*.resumeCommandCommand to run when there is activity again
Type: null or string
Default: null
Declared by:
+ <home-manager/modules/services/swayidle.nix>
+ |
services.swayidle.timeouts.*.timeoutTimeout in seconds
Type: positive integer, meaning >0
Example: 60
Declared by:
+ <home-manager/modules/services/swayidle.nix>
|
services.sxhkd.enableWhether to enable simple X hotkey daemon.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/sxhkd.nix>
|
services.sxhkd.packagePackage containing the sxhkd executable.
Type: package
Default: "pkgs.sxhkd"
Declared by: