Fix up some shebangs and the i3 config
This commit is contained in:
parent
8c05706bcc
commit
43a2aed879
4 changed files with 8 additions and 8 deletions
|
|
@ -84,11 +84,11 @@ bindsym $mod+Shift+l move right
|
||||||
#bindsym $mod+Shift+Up move up
|
#bindsym $mod+Shift+Up move up
|
||||||
#bindsym $mod+Shift+Right move right
|
#bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in vim-horizontal (vertical) orientation
|
||||||
bindsym $mod+i split h
|
bindsym $mod+i split v
|
||||||
|
|
||||||
# split in vertical orientation
|
# split in vim-vertical (horizontal) orientation
|
||||||
bindsym $mod+v split v
|
bindsym $mod+v split h
|
||||||
|
|
||||||
# enter fullscreen mode for the focused container
|
# enter fullscreen mode for the focused container
|
||||||
bindsym $mod+f fullscreen
|
bindsym $mod+f fullscreen
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/local/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
function main {
|
function main {
|
||||||
mv -f .* $HOME
|
mv -f .* $HOME
|
||||||
|
|
|
||||||
2
bin/pk
2
bin/pk
|
|
@ -31,7 +31,7 @@ update () {
|
||||||
install () {
|
install () {
|
||||||
shift
|
shift
|
||||||
if which pacman >/dev/null; then
|
if which pacman >/dev/null; then
|
||||||
sudo pacman -S $* || sudo aurget -Ss --asroot $*
|
sudo pacman -S $* || aurget -S $*
|
||||||
elif which port >/dev/null; then
|
elif which port >/dev/null; then
|
||||||
sudo port install $*
|
sudo port install $*
|
||||||
elif which portmaster >/dev/null; then
|
elif which portmaster >/dev/null; then
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python2
|
||||||
#
|
#
|
||||||
# They Fight Crime!
|
# They Fight Crime!
|
||||||
#
|
#
|
||||||
# taken from the Javascript at
|
# taken from the Javascript at
|
||||||
# http://home.epix.net/~mhryvnak/theyfightcrime.html
|
# http://home.epix.net/~mhryvnak/theyfightcrime.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue