diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-08-13 22:51:59 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-08-13 22:51:59 +0300 |
commit | b41555a23bc8c9a4808e740e80895430252528b6 (patch) | |
tree | 511d515a569ca166a1e4c64465a42456ddabf814 /dotfiles/.config/sway/config | |
parent | 342c1e47790d71e097ae10cfe67212401e1e46b9 (diff) | |
download | swayrice-b41555a23bc8c9a4808e740e80895430252528b6.tar.gz swayrice-b41555a23bc8c9a4808e740e80895430252528b6.zip |
Add shortcuts for focus parent and focus child
Now it should be easier to move between panes without changing the
currently visible tab.
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 1e1f8a4..0645b2e 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -224,6 +224,8 @@ bindsym --to-code { $mod+j focus down $mod+k focus up $mod+l focus right + $mod+z focus parent + $mod+shift+z focus child # alternatively, you can use the cursor keys: $mod+Left focus left |