dotfiles

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

commit 8e65e329609c8aee78d53b563cead380aba9ea22
parent c5438a3d9df889f52431c9bc94b65d1a7bf1e41e
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 28 May 2015 13:05:26 -0700

Make i3 split H/V keys dvorak-friendly.

Diffstat:
M.i3/config | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -61,10 +61,10 @@ bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right # split in horizontal orientation -bindsym $mod+c split h +bindsym $mod+q split h # split in vertical orientation -bindsym $mod+v split v +bindsym $mod+semicolon split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen