home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cd29447e2e055bc86b025ffd0647454279a92ff4
parent 4f8af06d89c3abc9def0690bc74aa571c77a759b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  7 Feb 2019 10:21:09 +0100

i3: fix gap resize key binding

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/i3.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/i3.nix b/modules/profiles/i3.nix @@ -82,7 +82,7 @@ in # resize "Mod4+Control+44" = "resize shrink width 5px or 5ppt"; "Mod4+Control+45" = "resize grow width 5px or 5ppt"; - "Mod4+Control+46" = "resize shrink hight 5px or 5ppt"; + "Mod4+Control+46" = "resize shrink height 5px or 5ppt"; "Mod4+Control+47" = "resize grow height 5px or 5ppt"; # gaps "Mod4+Mod1+44" = "gaps inner current plus 5";