From: Jannik ZANDER Date: Thu, 5 Jul 2018 18:37:57 +0000 (+0200) Subject: Small correction X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=58e93aeceb88417d47fd7ee0c9318670bc00071d;p=dotfiles.git Small correction --- diff --git a/.config/i3/config b/.config/i3/config index 33f68c8..7efd517 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -45,7 +45,7 @@ bindsym $mod+$right focus right # move focused window bindsym $mod+Shift+$left move left bindsym $mod+Shift+$down move down -bindsym $mod+Shift+$up mov e up +bindsym $mod+Shift+$up move up bindsym $mod+Shift+$right move right # split in horizontal orientation @@ -120,7 +120,6 @@ mode "resize" { bindsym $right resize grow width 10 px or 10 ppt # back to normal: Enter or Escape - bindsym Return mode "default" bindsym Escape mode "default" }