diff --git a/options.xhtml b/options.xhtml index 2b31d2672..dde365a4e 100644 --- a/options.xhtml +++ b/options.xhtml @@ -48101,6 +48101,37 @@ attribute set of string
+Declared by:
+
+
+<home-manager/modules/programs/kitty.nix>
+
+ |
programs.kitty.mouseBindings
+
+
+Mapping of mouse bindings to actions.
+ +Type: +attribute set of string
+ +Default:
+{ }
Example:
{
+ "ctrl+left click" = "ungrabbed mouse_handle_click selection link prompt";
+ "left click" = "ungrabbed no-op";
+};
+
+
+
Declared by: