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 f011c91de84b341fbec9322050a685f471820a0c
parent d73599880ca14926fe03e2ec861587211a337409
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu,  6 Mar 2014 15:02:51 +0100

changed keybinding for select split

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

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