summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@thehappy.de>2009-08-29 17:30:43 +0200
committerStefan Ritter <gideonstar@thehappy.de>2009-08-29 17:30:43 +0200
commit83ac725e9731a88ad647903c5dc2f4f039d60d66 (patch)
tree13b5a226313e7171a914ae3206258af409d764f6
parent78e76a0c149332f6fd30c40961c4e2bb89e2866b (diff)
Fixed error in xinitrc and also added XCompose
-rw-r--r--xcompose3
-rwxr-xr-xxinitrc2
2 files changed, 4 insertions, 1 deletions
diff --git a/xcompose b/xcompose
new file mode 100644
index 0000000..8b3c277
--- /dev/null
+++ b/xcompose
@@ -0,0 +1,3 @@
+include "/usr/share/X11/locale/en_US.UTF-8/Compose"
+
+<dead_circumflex> <v> : "vielleicht"
diff --git a/xinitrc b/xinitrc
index 6c2bf19..6354477 100755
--- a/xinitrc
+++ b/xinitrc
@@ -4,7 +4,7 @@ WM='wmii'
keychain --clear -q ~/.ssh/id_rsa
source ~/.keychain/`hostname`-sh > /dev/null
feh --bg-scale ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p)
-blueman-applet
+blueman-applet &
exec $WM
# vim: set tw=0: