i3: move faster

This commit is contained in:
Gabriel Ebner 2017-07-02 18:26:36 +02:00
parent eebc2818cc
commit 12e6ca829e
1 changed files with 8 additions and 8 deletions

View File

@ -96,16 +96,16 @@ mode "resize" {
bindsym $mod+r mode "resize"
mode "moveit" {
bindsym h move left 10 px
bindsym j move down 10 px
bindsym k move up 10 px
bindsym l move right 10 px
bindsym h move left 25 px
bindsym j move down 25 px
bindsym k move up 25 px
bindsym l move right 25 px
# same bindings, but for the arrow keys
bindsym Left move left 10 px
bindsym Down move down 10 px
bindsym Up move up 10 px
bindsym Right move right 10 px
bindsym Left move left 25 px
bindsym Down move down 25 px
bindsym Up move up 25 px
bindsym Right move right 25 px
# back to normal: Enter or Escape
bindsym Return mode "default"