Skip to content

Instantly share code, notes, and snippets.

@kiprasmel
Created February 13, 2021 22:11
Show Gist options
  • Save kiprasmel/f5e06a9aa33277cfbde90423b0730f51 to your computer and use it in GitHub Desktop.
Save kiprasmel/f5e06a9aa33277cfbde90423b0730f51 to your computer and use it in GitHub Desktop.
sane i3 hjkl
bindsym $mod+h focus left
bindsym $mod+Shift+h move left 30
bindsym $mod+j focus down
bindsym $mod+Shift+j move down 30
bindsym $mod+k focus up
bindsym $mod+Shift+k move up 30
bindsym $mod+l focus right
bindsym $mod+Shift+l move right 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment