Skip to content

Commit

Permalink
take a picture of my mug
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Dec 27, 2011
1 parent ce71c68 commit f2d5b02
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .bash_profile
@@ -0,0 +1 @@
. ~/.bashrc
1 change: 1 addition & 0 deletions .bashrc
Expand Up @@ -36,6 +36,7 @@ alias suspend='sudo pm-suspend'
alias scan="sudo iwlist wlan0 scan"
alias rejoin="sudo wpa_action wlan0 reload"
alias recordandroid="recordmydesktop -x 30 -y 47 --width 320 --height 480 --no-sound -o foo.ogv"
alias feh="sxiv"

ranger() {
command ranger --fail-unless-cd $@ &&
Expand Down
2 changes: 1 addition & 1 deletion .vim/bundle/vim-html5
Submodule vim-html5 updated from dce65f to 7b3b59
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -26,4 +26,4 @@ colorscheme elflord
set background=dark

call pathogen#infect()
filetype plugin indent on
filetype plugin on
9 changes: 8 additions & 1 deletion .xinitrc
@@ -1,4 +1,8 @@
#!/bin/sh
# for terminus font in Archlinux :(
xset +fp /usr/share/fonts/local
xset fp rehash

xset -b # disable bell
eval `/usr/bin/ssh-agent`

Expand All @@ -12,11 +16,14 @@ then
SSH_ASKPASS=/usr/lib/ssh/x11-ssh-askpass ssh-add < /dev/null
fi

# 1280x720 = 720p
hash fswebcam && fswebcam -q --no-banner -r 1280x720 ~/private/login-photos/$(date --rfc-3339=date).jpg &

xrdb -merge $HOME/.Xresources
xmodmap ~/.Xmodmap
setxkbmap -layout gb -option ctrl:nocaps

test -x /usr/bin/chromium && /usr/bin/chromium &
hash chromium && chromium &

while true
do
Expand Down

0 comments on commit f2d5b02

Please sign in to comment.