Created
February 13, 2021 22:11
-
-
Save kiprasmel/f5e06a9aa33277cfbde90423b0730f51 to your computer and use it in GitHub Desktop.
sane i3 hjkl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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