62 |
62 |
63 # change focus between tiling / floating windows |
63 # change focus between tiling / floating windows |
64 bindsym $mod+space focus mode_toggle |
64 bindsym $mod+space focus mode_toggle |
65 |
65 |
66 # focus the parent container |
66 # focus the parent container |
67 bindsym $mod+a focus parent |
67 bindsym $mod+Shift+a focus parent |
68 |
68 |
69 # focus the child container |
69 # focus the child container |
70 #bindsym $mod+d focus child |
70 bindsym $mod+a focus child |
71 |
71 |
72 bindsym $mod+b workspace back_and_forth |
72 bindsym $mod+b workspace back_and_forth |
73 bindsym $mod+minus workspace prev |
73 bindsym $mod+minus workspace prev |
74 bindsym $mod+equal workspace next |
74 bindsym $mod+equal workspace next |
75 |
75 |