diff options
Diffstat (limited to 'home/.config/sway/config')
-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 |