mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +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 ''
|
||||
let
|
||||
modifier = xsession.windowManager.i3.config.modifier;
|
||||
in
|
||||
|
||||
lib.mkOptionDefault {
|
||||
modifier = config.xsession.windowManager.i3.config.modifier;
|
||||
in lib.mkOptionDefault {
|
||||
"''${modifier}+Return" = "exec i3-sensible-terminal";
|
||||
"''${modifier}+Shift+q" = "kill";
|
||||
"''${modifier}+d" = "exec \${pkgs.dmenu}/bin/dmenu_run";
|
||||
|
|
Loading…
Reference in a new issue