diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2021-09-29 17:53:28 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2021-09-29 17:53:28 +0200 |
| commit | a8788640b3443017d227b8349ee7e6b9d1eed578 (patch) | |
| tree | dc999fb0b6c451c069e23e4fe046a4b9b73c0694 /niflheim | |
| parent | 5f132cbaccb471b4d6d9e50d54ae66f200758386 (diff) | |
| download | dotfiles-a8788640b3443017d227b8349ee7e6b9d1eed578.tar.gz dotfiles-a8788640b3443017d227b8349ee7e6b9d1eed578.tar.bz2 | |
niflheim i3: small corrections.
Diffstat (limited to 'niflheim')
| -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 |
