diff options
Diffstat (limited to 'niflheim/config')
| -rw-r--r-- | niflheim/config/i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/niflheim/config/i3/config b/niflheim/config/i3/config index b0b9d39..226965f 100644 --- a/niflheim/config/i3/config +++ b/niflheim/config/i3/config @@ -53,7 +53,7 @@ bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop bindsym $mod+j focus left bindsym $mod+k focus down bindsym $mod+l focus up -bindsym $mod+semicolon focus right +bindsym $mod+odiaeresis focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left @@ -65,7 +65,7 @@ bindsym $mod+Right focus right bindsym $mod+Shift+j move left bindsym $mod+Shift+k move down bindsym $mod+Shift+l move up -bindsym $mod+Shift+semicolon move right +bindsym $mod+Shift+odiaeresis move right # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left @@ -188,7 +188,7 @@ mode "resize" { bindsym j resize shrink width 10 px or 10 ppt bindsym k resize grow height 10 px or 10 ppt bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt + bindsym odiaeresis resize grow width 10 px or 10 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt |
