mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: 6fa01d524b
This commit is contained in:
parent
355240ce09
commit
3c05e61f88
1 changed files with 5 additions and 6 deletions
|
|
@ -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 = "pipemenu";
|
||||
menuId = "menu";
|
||||
execute = "/home/user/nix/scripts/pipe.sh";
|
||||
}
|
||||
{
|
||||
menuId = "client-menu";
|
||||
label = "Client Menu";
|
||||
|
|
@ -103451,12 +103456,6 @@ list of (XML value)</p>
|
|||
name = "ToggleFullscreen";
|
||||
};
|
||||
}
|
||||
{
|
||||
label = "Always on Top";
|
||||
action = {
|
||||
name = "ToggleAlwaysOnTop";
|
||||
};
|
||||
}
|
||||
{
|
||||
label = "Alacritty";
|
||||
action = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue