From b4da300f93c15be13e915cb97e84a94d5aecf672 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 23 Apr 2019 15:07:45 -0400 Subject: [PATCH] sway: add binding for focusing child container --- .config/sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/sway/config b/.config/sway/config index ddd4d4e..e1a421b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -182,6 +182,7 @@ mode "$mode_launch" { # move focus to the parent container bindsym $mod+a focus parent + bindsym $mod+Shift+a focus child # # Scratchpad: # -- 2.20.1