summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-30 23:52:58 +0200
committerGravatar Tom Willemse2013-04-30 23:52:58 +0200
commite75266aad4b62d357be8e80c47d2623e392663fe (patch)
tree8bebb72c47b6a5fad906b8b6ed7fe0cd0f602744 /.xinitrc
parent3e63768e7b3dbaefb2eb860a0c15e23055510c7b (diff)
downloaddotfiles-e75266aad4b62d357be8e80c47d2623e392663fe.tar.gz
dotfiles-e75266aad4b62d357be8e80c47d2623e392663fe.zip
Remove some old stuff
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc28
1 files changed, 0 insertions, 28 deletions
diff --git a/.xinitrc b/.xinitrc
index eea0991..0878ea9 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,26 +1,5 @@
#!/bin/bash
-function update_mowedline_mpd ()
-{
- while read action; do
- if [ "$action" == "player" ]; then
- IFS='' read -ra INFO <<< "`mpc status | tr '\n' `"
-
- if [ "${INFO[1]}" == "" ]; then
- mowedline-client -update mpd ""
- else
- TXT=" ${INFO[0]}"
- ST="`echo ${INFO[1]} | sed 's/\[\(.*\)\] .*/\1/'`"
- if [ "$ST" == "paused" ]; then
- TXT="$TXT (paused)"
- fi
-
- mowedline-client -update mpd " $TXT"
- fi
- fi
- done
-}
-
xmodmap ~/.Xmodmap
# Source scripts in /etc/X11/xinit/xinitrc.d/
@@ -34,14 +13,7 @@ fi
emacs --daemon &
redshift -l 51.1180:4.0012 &
unclutter &
-mowedline &
-xcompmgr -n -r 0 &
feh --bg-tile ~/pictures/wallpapers/wallpaper-864137.jpg
-# xbindkeys
-
-{
- mpc idleloop | update_mowedline_mpd
-} &
test -n "$1" && wm=$1 || wm="stumpwm"
exec $wm