mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 22:50:39 +00:00
i3: config.modes.resize: add Return to defaults
This commit is contained in:
parent
455ce37398
commit
3c875267af
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ let
|
|||
"Up" = "resize shrink height 10 px or 10 ppt";
|
||||
"Right" = "resize grow width 10 px or 10 ppt";
|
||||
"Escape" = "mode default";
|
||||
"Return" = "mode default";
|
||||
};
|
||||
};
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue