From 29014feb3a6bfd248b917a18dc989ee5bce13c34 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 12 Oct 2015 11:29:36 -0400 Subject: Remove arrow keys from i3 config. These conflict with other shortcuts. --- i3/config | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/i3/config b/i3/config index 5dda98e..d7a985e 100644 --- a/i3/config +++ b/i3/config @@ -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 -- cgit v1.2.3