]> git.zndr.dk Git - dotfiles.git/commitdiff
Small correction
authorJannik ZANDER <jannikz@gmail.com>
Thu, 5 Jul 2018 18:37:57 +0000 (20:37 +0200)
committerJannik ZANDER <jannikz@gmail.com>
Thu, 5 Jul 2018 18:37:57 +0000 (20:37 +0200)
.config/i3/config

index 33f68c8408c1fc7c2b7db53597d9c0922b56094d..7efd517c0cc1aecc5133252c756b84eb60b5d82d 100644 (file)
@@ -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"
 }