From f4ced7432d61b6414819ef2cea048f81d5663f0d Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sun, 5 Jan 2020 19:18:52 +0530 Subject: [PATCH] i3: Update i3 bindings to not rely on arrow keys Signed-off-by: Sanchayan Maity --- i3/{ => .i3}/config | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) rename i3/{ => .i3}/config (95%) diff --git a/i3/config b/i3/.i3/config similarity index 95% rename from i3/config rename to i3/.i3/config index 4c2bb10..9697faa 100644 --- a/i3/config +++ b/i3/.i3/config @@ -67,34 +67,22 @@ bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart du bindsym Print exec --no-startup-id i3-scrot bindsym $mod+Print --release exec --no-startup-id i3-scrot -w bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s -bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf +# bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf bindsym $mod+Ctrl+x --release exec --no-startup-id xkill # focus_follows_mouse no -# change focus -bindsym $mod+j focus left -bindsym $mod+k focus down -bindsym $mod+l focus up -bindsym $mod+semicolon 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 +bindsym $mod+h focus left +bindsym $mod+j focus down +bindsym $mod+k focus up +bindsym $mod+l focus right # move focused window -bindsym $mod+Shift+j move left -bindsym $mod+Shift+k move down -bindsym $mod+Shift+l move up -bindsym $mod+Shift+semicolon 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 +bindsym $mod+Shift+h move left +bindsym $mod+Shift+j move down +bindsym $mod+Shift+k move up +bindsym $mod+Shift+l move right # workspace back and forth (with/without active container) workspace_auto_back_and_forth yes @@ -102,8 +90,8 @@ bindsym $mod+b workspace back_and_forth bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth # split orientation -bindsym $mod+h split h;exec notify-send 'tile horizontally' -bindsym $mod+v split v;exec notify-send 'tile vertically' +# bindsym $mod+h split h;exec notify-send 'tile horizontally' +# bindsym $mod+v split v;exec notify-send 'tile vertically' bindsym $mod+q split toggle # toggle fullscreen mode for the focused container