diff --git a/config/i3/config b/config/i3/config index 31d89a2..bf37494 100644 --- a/config/i3/config +++ b/config/i3/config @@ -281,9 +281,9 @@ mode "Resize" { # Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym i resize shrink height 10 px or 10 ppt + bindsym h resize shrink width 10 px or 10 ppt + bindsym j resize grow height 10 px or 10 ppt + bindsym k resize shrink height 10 px or 10 ppt bindsym l resize grow width 10 px or 10 ppt ## same bindings, but for the arrow keys diff --git a/scripts/debloc.sh b/scripts/debloc.sh index b359f8e..ff75db8 100755 --- a/scripts/debloc.sh +++ b/scripts/debloc.sh @@ -5,7 +5,6 @@ DEBLOC_ROOT=$HOME/.debloc # TODO Configurable DEBIAN_MIRROR=http://debian.polytech-lille.fr/debian -DEBIAN_MIRROR=http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu mkdir -p $DEBLOC_DB &> /dev/null mkdir -p $DEBLOC_ROOT &> /dev/null