mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-08 18:11:05 +01:00
deploy: 079a33a015
This commit is contained in:
parent
fb91f5101f
commit
2eda13ba80
3 changed files with 10 additions and 10 deletions
|
|
@ -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">
|
||||
<home-manager/modules/services/window-managers/i3-sway/i3.nix>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue