diff --git a/arch-user/config/sway/config.tmpl b/arch-user/config/sway/config.tmpl index 2b4ed3e..addaa77 100644 --- a/arch-user/config/sway/config.tmpl +++ b/arch-user/config/sway/config.tmpl @@ -94,6 +94,7 @@ bindsym --to-code { $altmod+u split none $mod+y layout tabbed $altmod+y split h; layout tabbed + $mod+j focus parent } # mid row - focus, movement bindsym --to-code { @@ -124,6 +125,7 @@ bindsym --to-code { $mod+c exec wtype -M ctrl c -m ctrl $mod+v exec wtype -M ctrl v -m ctrl $mod+Slash exec ~/.local/bin/sway/search-mode.sh + $mod+z focus child } floating_modifier $mod normal ############################################