From e8d8af47edb0d431c6f8be00c8acb8530ff9c5bb Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Fri, 8 Sep 2023 18:33:59 +0200
Subject: i3: Add hotkey for focus child

---
 i3/i3/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i3/i3/config b/i3/i3/config
index 0c7f61c..9b0d382 100644
--- a/i3/i3/config
+++ b/i3/i3/config
@@ -105,7 +105,7 @@ bindsym $mod+space focus mode_toggle
 bindsym $mod+a focus parent
 
 # focus the child container
-#bindsym $mod+d focus child
+bindsym $mod+z focus child
 
 # Define names for default workspaces for which we configure key bindings later on.
 # We use variables to avoid repeating the names in multiple places.
-- 
cgit v1.2.3