diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-08-29 17:30:43 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-08-29 17:30:43 +0200 |
commit | 83ac725e9731a88ad647903c5dc2f4f039d60d66 (patch) | |
tree | 13b5a226313e7171a914ae3206258af409d764f6 | |
parent | 78e76a0c149332f6fd30c40961c4e2bb89e2866b (diff) |
Fixed error in xinitrc and also added XCompose
-rw-r--r-- | xcompose | 3 | ||||
-rwxr-xr-x | xinitrc | 2 |
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" @@ -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: |