diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-12 11:29:36 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-12 11:29:36 -0400 |
commit | 29014feb3a6bfd248b917a18dc989ee5bce13c34 (patch) | |
tree | ce9a2b6ea188e738602c76a740578b122fdb8166 /i3/config | |
parent | f1ac8e846ce94e04339517a90ffd297bd901b44a (diff) |
Remove arrow keys from i3 config.
These conflict with other shortcuts.
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -36,24 +36,12 @@ bindsym $mod+j focus down bindsym $mod+k focus up bindsym $mod+l focus right -# alternatively, you can use the cursor keys: -bindsym $mod+Left focus left -bindsym $mod+Down focus down -bindsym $mod+Up focus up -bindsym $mod+Right focus right - # move focused window bindsym $mod+Shift+h move left bindsym $mod+Shift+j move down bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right -# alternatively, you can use the cursor keys: -bindsym $mod+Shift+Left move left -bindsym $mod+Shift+Down move down -bindsym $mod+Shift+Up move up -bindsym $mod+Shift+Right move right - # split in horizontal orientation bindsym $mod+minus split h |