1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-08 18:11:05 +01:00
This commit is contained in:
rycee 2022-12-29 21:28:10 +00:00
parent fb91f5101f
commit 2eda13ba80
3 changed files with 10 additions and 10 deletions

View file

@ -11357,7 +11357,7 @@ default keybindings instead of specifying all of them from scratch.
in lib.mkOptionDefault {
"${modifier}+Return" = "exec i3-sensible-terminal";
"${modifier}+Shift+q" = "kill";
"${modifier}+d" = "exec \${pkgs.dmenu}/bin/dmenu_run";
"${modifier}+d" = "exec ${pkgs.dmenu}/bin/dmenu_run";
}
</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/services/window-managers/i3-sway/i3.nix#blob-path" target="_top">
&lt;home-manager/modules/services/window-managers/i3-sway/i3.nix&gt;