From 56f10b620b192aab816f82ea0c9cc657beab5a6c Mon Sep 17 00:00:00 2001
From: khaneliman
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: