Commit 8d6c7106 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed focus child to simpler mod+Escape.

parent 8b146588
...@@ -220,7 +220,7 @@ bindsym $mod+$mod_next+d exec xprop -id $(xdotool getactivewindow) -remove ANTID ...@@ -220,7 +220,7 @@ bindsym $mod+$mod_next+d exec xprop -id $(xdotool getactivewindow) -remove ANTID
# focus the parent container # focus the parent container
bindsym $mod+a focus parent bindsym $mod+a focus parent
bindsym $mod+Shift+a focus child bindsym $mod+Escape focus child
# move the currently focused window to the scratchpad # move the currently focused window to the scratchpad
bindsym $mod+Shift+Tab move scratchpad bindsym $mod+Shift+Tab move scratchpad
......
...@@ -137,7 +137,7 @@ bindsym $mod+Ctrl+s sticky toggle; exec notify-send 'sticky windows toggled' ...@@ -137,7 +137,7 @@ bindsym $mod+Ctrl+s sticky toggle; exec notify-send 'sticky windows toggled'
# focus the parent container # focus the parent container
bindsym $mod+a focus parent bindsym $mod+a focus parent
bindsym $mod+Shift+a focus child bindsym $mod+Escape focus child
# move the currently focused window to the scratchpad # move the currently focused window to the scratchpad
bindsym $mod+Shift+Tab move scratchpad bindsym $mod+Shift+Tab move scratchpad
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment