mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-20 16:01:09 +01: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";
|
"Up" = "resize shrink height 10 px or 10 ppt";
|
||||||
"Right" = "resize grow width 10 px or 10 ppt";
|
"Right" = "resize grow width 10 px or 10 ppt";
|
||||||
"Escape" = "mode default";
|
"Escape" = "mode default";
|
||||||
|
"Return" = "mode default";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
description = ''
|
description = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue