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 $mod1+m mode "Mark" | |
| bindsym $mod1+grave mode "Goto" | |
| mode "Mark" { | |
| bindsym Return $default | |
| bindsym Escape $default | |
| bindsym 1 mark 1; $default | |
| bindsym 2 mark 2; $default | |
| bindsym 3 mark 3; $default |
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 $mod1+$mod4+h focus left, split toggle, focus right, move left | |
| bindsym $mod1+$mod4+j focus down, split toggle, focus up, move down | |
| bindsym $mod1+$mod4+k focus up, split toggle, focus down, move up | |
| bindsym $mod1+$mod4+l focus right, split toggle, focus left, move right |
NewerOlder