Author: Honza Pokorny <me@honza.ca>
Add some hypering for i3 on ergodox
i3/config | 16 ++++++++++++++++
diff --git a/i3/config b/i3/config index 9790dc4b469a031e3ac2be3bcdf2debe322e7c8e..b3a090eed090f8d9b82a7c163a904c18799ddac1 100644 --- a/i3/config +++ b/i3/config @@ -83,6 +83,22 @@ bindsym $mod+8 workspace number 8 bindsym $mod+9 workspace number 9 bindsym $mod+0 workspace number 10 + +# hyper + right hand numpad on the ergodox +bindsym $hyper+m workspace number 1 +bindsym $hyper+w workspace number 2 +bindsym $hyper+v workspace number 3 +bindsym $hyper+h workspace number 4 +bindsym $hyper+t workspace number 5 +bindsym $hyper+n workspace number 6 +bindsym $hyper+g workspace number 7 +bindsym $hyper+c workspace number 8 +bindsym $hyper+r workspace number 9 +bindsym $hyper+l workspace number 10 + +bindsym $hyper+d focus left +bindsym $hyper+s focus right + # move focused container to workspace bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+2 move container to workspace number 2