Niiuh things

This commit is contained in:
Geoffrey Frogeye 2016-11-20 13:34:20 +01:00
parent e1d7223175
commit 3eed219b61
2 changed files with 3 additions and 4 deletions

View file

@ -281,9 +281,9 @@ mode "Resize" {
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows 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

View file

@ -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