mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 07:53:47 +01:00
change i3 keybinds
This commit is contained in:
parent
c7689af9ff
commit
febdf145e3
1 changed files with 5 additions and 5 deletions
|
@ -46,10 +46,10 @@ bindsym $mod+Return exec TERMINAL=alacritty i3-sensible-terminal
|
|||
bindsym $mod+Shift+q kill
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
bindsym $mod+k focus down
|
||||
bindsym $mod+l focus up
|
||||
bindsym $mod+odiaeresis focus right
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+j focus down
|
||||
bindsym $mod+k focus up
|
||||
bindsym $mod+l focus right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $mod+Left focus left
|
||||
|
@ -70,7 +70,7 @@ bindsym $mod+Shift+Up move up
|
|||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+h split h
|
||||
bindsym $mod+c split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
|
|
Loading…
Reference in a new issue