diff --git a/.config/i3/config b/.config/i3/config index 119cd9e..b2a9361 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -91,10 +91,10 @@ bindsym XF86Calculator exec "rofi -show calc -modi calc -no-show-match -no-sort" # change focus -bindsym $mod+j focus left -bindsym $mod+k focus down -bindsym $mod+l focus up -bindsym $mod+semicolon focus right +bindsym $mod+h focus left +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 @@ -114,12 +114,6 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right -# split in horizontal orientation -bindsym $mod+h split h - -# split in vertical orientation -bindsym $mod+v split v - # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle