1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-06-23 03:52:42 +00:00
parent 355240ce09
commit 3c05e61f88

View file

@ -103433,6 +103433,11 @@ list of (XML value)</p>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
{
label = &quot;pipemenu&quot;;
menuId = &quot;menu&quot;;
execute = &quot;/home/user/nix/scripts/pipe.sh&quot;;
}
{
menuId = &quot;client-menu&quot;;
label = &quot;Client Menu&quot;;
@ -103451,12 +103456,6 @@ list of (XML value)</p>
name = &quot;ToggleFullscreen&quot;;
};
}
{
label = &quot;Always on Top&quot;;
action = {
name = &quot;ToggleAlwaysOnTop&quot;;
};
}
{
label = &quot;Alacritty&quot;;
action = {