dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ffb998d7bc372c5b022efa555bd24272c907e429
parent 2e67451c0d0691496447b9fee02a8dcc5fc4bac2
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Mon, 29 Oct 2012 09:26:42 +0100

Remapped split commands to alt+l and alt+j

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

diff --git a/.i3/config b/.i3/config @@ -64,10 +64,10 @@ bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation -bindsym $alt+h split h +bindsym $alt+l split h # split in vertical orientation -bindsym $alt+v split v +bindsym $alt+j split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen