diff options
author | Botond Hende <nettingman@gmail.com> | 2024-08-24 18:57:12 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-08-24 19:01:16 +0200 |
commit | 17abcde7379b5eed05d984b6e5af02ef6b205598 (patch) | |
tree | 07c430cffbb5db19371b8d7546d90d432f39691a /home | |
parent | 6dceecc0c67b70ab4c2d483c0e72259acbb9ca6f (diff) |
horizontal/vertical split binding in sway
Diffstat (limited to 'home')
-rw-r--r-- | home/.config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/.config/sway/config b/home/.config/sway/config index 198d594..25246d5 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -189,8 +189,8 @@ bindsym --to-code $mod+A exec thunar # You can "split" the current object of your focus with # $mod+b or $mod+v, for horizontal and vertical splits # respectively. - # bindsym $mod+b splith - # bindsym $mod+v splitv + bindsym $mod+v splith + bindsym $mod+b splitv # Switch the current container between different layout styles bindsym $mod+s layout stacking |