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.
This commit is contained in:
parent
7ecf60c59b
commit
17e836ec36
1 changed files with 1 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue