Niiuh things
This commit is contained in:
parent
e1d7223175
commit
3eed219b61
|
@ -281,9 +281,9 @@ mode "Resize" {
|
||||||
# Pressing right will grow the window’s width.
|
# Pressing right will grow the window’s width.
|
||||||
# Pressing up will shrink the window’s height.
|
# Pressing up will shrink the window’s height.
|
||||||
# Pressing down will grow the window’s height.
|
# Pressing down will grow the window’s height.
|
||||||
bindsym j resize shrink width 10 px or 10 ppt
|
bindsym h resize shrink width 10 px or 10 ppt
|
||||||
bindsym k resize grow height 10 px or 10 ppt
|
bindsym j resize grow height 10 px or 10 ppt
|
||||||
bindsym i resize shrink 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
|
bindsym l resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
## same bindings, but for the arrow keys
|
## same bindings, but for the arrow keys
|
||||||
|
|
|
@ -5,7 +5,6 @@ DEBLOC_ROOT=$HOME/.debloc
|
||||||
|
|
||||||
# TODO Configurable
|
# TODO Configurable
|
||||||
DEBIAN_MIRROR=http://debian.polytech-lille.fr/debian
|
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_DB &> /dev/null
|
||||||
mkdir -p $DEBLOC_ROOT &> /dev/null
|
mkdir -p $DEBLOC_ROOT &> /dev/null
|
||||||
|
|
Loading…
Reference in a new issue