From 17e836ec3621be48f1c450be5f114c205eeb2633 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 30 Sep 2017 16:06:30 +0200 Subject: [PATCH] Change the i3 bindings The default keys used to change focus were close to the ones used in vim, but not the same, therefore being confusing. Because of that they were not used and can be safely removed. Furthermore, one of them is now mapped to the lock screen shortcut. --- .config/i3/config | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index fd94d6f..225e231 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -43,12 +43,6 @@ bindsym $mod+d exec dmenu_run # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # 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 @@ -153,7 +147,7 @@ bindsym $mod+r mode "resize" bindsym Print exec scrot -e 'mv $f ~/pictures/ 2>/dev/null' # Screen lock -bindsym control+l exec 'lock' +bindsym $mod+l exec 'lock' # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available)