Skip to content

Commit

Permalink
keepass changes
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit committed Dec 9, 2012
1 parent 6631ff4 commit fcd7e27
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions h3x/dot_xsession
@@ -1,22 +1,34 @@
export LC_CTYPE="en_US.UTF-8"

mkfifo /tmp/pianobar

xset -b &
xmodmap ~/.xmodmap &

keepassx &
#keepassx &
if [ -x /usr/local/bin/mono ]; then
mono ~/.keepass/KeePass.exe &
fi

urxvtd -q -f -o &

parcellite &

xset +fp ~/.fonts
xset +fp /usr/local/lib/X11/fonts/terminus
xset +fp /usr/local/lib/X11/fonts/anonymous-pro

xset fp rehash

~/bin/dwmbar &
if [ -x /sbin/shutdownd ]; then
/sbin/shutdownd -s 20 -w 40 -W "i3-nagbar -m 'Current battery is at \$battery_minutes. Shutdown is in \$shutdown_minutes.' -b 'shutdown now' 'sudo halt -p'"
fi
#~/bin/dwmbar &

feh --bg-center ~/.background.png &

#exec awesome
#exec xmonad
#exec spectrwm
exec dwm
#exec dwm
exec i3

0 comments on commit fcd7e27

Please sign in to comment.