diff --git a/.i3/config b/.i3/config index e998747..700ddb7 100644 --- a/.i3/config +++ b/.i3/config @@ -84,11 +84,11 @@ bindsym $mod+Shift+l move right #bindsym $mod+Shift+Up move up #bindsym $mod+Shift+Right move right -# split in horizontal orientation -bindsym $mod+i split h +# split in vim-horizontal (vertical) orientation +bindsym $mod+i split v -# split in vertical orientation -bindsym $mod+v split v +# split in vim-vertical (horizontal) orientation +bindsym $mod+v split h # enter fullscreen mode for the focused container bindsym $mod+f fullscreen diff --git a/.setup_new_env.sh b/.setup_new_env.sh index 93d5c2f..367a4a8 100755 --- a/.setup_new_env.sh +++ b/.setup_new_env.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash function main { mv -f .* $HOME diff --git a/bin/pk b/bin/pk index be27422..500f5f1 100755 --- a/bin/pk +++ b/bin/pk @@ -31,7 +31,7 @@ update () { install () { shift if which pacman >/dev/null; then - sudo pacman -S $* || sudo aurget -Ss --asroot $* + sudo pacman -S $* || aurget -S $* elif which port >/dev/null; then sudo port install $* elif which portmaster >/dev/null; then diff --git a/bin/theyfightcrime b/bin/theyfightcrime index bd7940a..d04e18b 100755 --- a/bin/theyfightcrime +++ b/bin/theyfightcrime @@ -1,6 +1,6 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -# They Fight Crime! +# They Fight Crime! # # taken from the Javascript at # http://home.epix.net/~mhryvnak/theyfightcrime.html