dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 8e0188b724e0c13bf0ff7e72442fc53dee2674b8
parent 5a187e56e70cbd642da263a581b57dd7ab01db44
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 22 Apr 2020 13:51:23 -0700

Sway: Add mod-; and mod-Shift-; for splith, splitv

Make sway config consistent with i3.

Diffstat:
M.config/sway/config | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -204,6 +204,9 @@ bindsym $mod+Shift+0 move container to workspace 10 # horizontal and vertical splits respectively. bindsym $mod+b splith bindsym $mod+v splitv +# Ditto, but with $mod-; and $mod-Shift-;. +bindsym $mod+Shift+semicolon splith +bindsym $mod+semicolon splitv # Switch the current container between different layout styles. bindsym $mod+s layout stacking