1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
This commit is contained in:
khaneliman 2025-11-03 03:56:38 +00:00
parent 58d6a93567
commit 56f10b620b

View file

@ -48101,6 +48101,37 @@ attribute set of string</p>
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/kitty.nix" target="_top">
&lt;home-manager/modules/programs/kitty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.kitty.mouseBindings"></a><a class="term" href="options.xhtml#opt-programs.kitty.mouseBindings"><code class="option">programs.kitty.mouseBindings</code>
</a>
</span>
</dt>
<dd>
<p>Mapping of mouse bindings to actions.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
&quot;ctrl+left click&quot; = &quot;ungrabbed mouse_handle_click selection link prompt&quot;;
&quot;left click&quot; = &quot;ungrabbed no-op&quot;;
};
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>