From 1c0acb7e9eb1d102bf679c2e73b36ba3ca27cf36 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Tue, 25 Apr 2017 20:05:18 +0200 Subject: [PATCH] =?UTF-8?q?[i3]=20use=20semicolon=20keybind=20except=20?= =?UTF-8?q?=C3=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- community/i3/live-overlay/etc/skel/.i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/i3/live-overlay/etc/skel/.i3/config b/community/i3/live-overlay/etc/skel/.i3/config index c427909..5e065ec 100644 --- a/community/i3/live-overlay/etc/skel/.i3/config +++ b/community/i3/live-overlay/etc/skel/.i3/config @@ -77,7 +77,7 @@ bindsym $mod+Ctrl+x --release exec --no-startup-id xkill bindsym $mod+j focus left bindsym $mod+k focus down bindsym $mod+l focus up -bindsym $mod+odiaeresis focus right +bindsym $mod+semicolon focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left @@ -89,7 +89,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+odiaeresis move right +bindsym $mod+Shift+semicolon move right # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left @@ -259,7 +259,7 @@ mode "resize" { bindsym j resize shrink width 5 px or 5 ppt bindsym k resize grow height 5 px or 5 ppt bindsym l resize shrink height 5 px or 5 ppt - bindsym odiaeresis resize grow width 5 px or 5 ppt + bindsym semicolon resize grow width 5 px or 5 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt