mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01:00
i3: fix config.keybindings
example
This commit is contained in:
parent
a0d9a58616
commit
1c71bd1242
1 changed files with 2 additions and 4 deletions
|
@ -101,10 +101,8 @@ let
|
||||||
'';
|
'';
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
let
|
let
|
||||||
modifier = xsession.windowManager.i3.config.modifier;
|
modifier = config.xsession.windowManager.i3.config.modifier;
|
||||||
in
|
in lib.mkOptionDefault {
|
||||||
|
|
||||||
lib.mkOptionDefault {
|
|
||||||
"''${modifier}+Return" = "exec i3-sensible-terminal";
|
"''${modifier}+Return" = "exec i3-sensible-terminal";
|
||||||
"''${modifier}+Shift+q" = "kill";
|
"''${modifier}+Shift+q" = "kill";
|
||||||
"''${modifier}+d" = "exec \${pkgs.dmenu}/bin/dmenu_run";
|
"''${modifier}+d" = "exec \${pkgs.dmenu}/bin/dmenu_run";
|
||||||
|
|
Loading…
Reference in a new issue