summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2023-09-08 18:33:59 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2023-09-08 18:34:14 +0200
commite8d8af47edb0d431c6f8be00c8acb8530ff9c5bb (patch)
tree34e88672a5ac435765ada78b90c398a51820ab44
parenta63315ddc38dcde4a3bda4296522c303fc48186c (diff)
i3: Add hotkey for focus child
-rw-r--r--i3/i3/config2
1 files changed, 1 insertions, 1 deletions
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.