From 56f10b620b192aab816f82ea0c9cc657beab5a6c Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 3 Nov 2025 03:56:38 +0000 Subject: [PATCH] deploy: 50a5766d5158309c7ff1f52fc6edcc32ee480bc0 --- options.xhtml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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: