summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-02-04 15:08:11 +0100
committerStefan Ritter <xeno@thehappy.de>2010-02-04 15:08:11 +0100
commitb874b4264736f89d060fd5d459d94572574a75bf (patch)
tree70e87d3bcfb6fddb72c6598cdd5311dcd53e022e /xorg
parent0f0886fc19a967dd8a6e5f9f92aaaa3085cb6bae (diff)
Weekly commit
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xdefaults4
-rwxr-xr-xxorg/xinitrc12
2 files changed, 4 insertions, 12 deletions
diff --git a/xorg/xdefaults b/xorg/xdefaults
index 57f8bd1..bb9ccf0 100644
--- a/xorg/xdefaults
+++ b/xorg/xdefaults
@@ -36,8 +36,8 @@ URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
# Colors
#URxvt*cursorColor: #6E8558
-#URxvt*background: #0e1310
-URxvt*background: #141213
+#URxvt*background: #141213
+URxvt*background: #000000
URxvt*foreground: #ffffff
#URxvt*colorBD: #FFFFFF
#URxvt*colorUL: #FFFFFF
diff --git a/xorg/xinitrc b/xorg/xinitrc
index 453c514..a7d6e5a 100755
--- a/xorg/xinitrc
+++ b/xorg/xinitrc
@@ -1,19 +1,11 @@
#!/bin/bash
WM='xfce4-session'
-# SSH Key
+export XDG_DESKTOP_DIR=~/.desktop
+
keychain --clear -q ~/.ssh/id_rsa
source ~/.keychain/`hostname`-sh > /dev/null
-
-# Wallpaper
- # feh --bg-tile ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p)
-
-# Applications
blueman-applet &
-
-# DPI
xrandr --dpi 86
-export XDG_DESKTOP_DIR=~/.desktop
-
exec $WM