Browse Source

Resurrect "focus child" under Shift+A (comp. A for "focus parent")

Alois Mahdal 9 years ago
parent
commit
1393660939
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      dotfiles/i3/config

+ 1
- 3
dotfiles/i3/config View File

73
 
73
 
74
 # focus the parent container
74
 # focus the parent container
75
 bindsym $mod+a focus parent
75
 bindsym $mod+a focus parent
76
-
77
-# focus the child container
78
-#bindsym $mod+d focus child
76
+bindsym $mod+Shift+a focus child
79
 
77
 
80
 # assign workspace names
78
 # assign workspace names
81
 set $w1 1
79
 set $w1 1