diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-10-20 17:30:30 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-10-20 17:30:30 +0200 |
commit | 5dd1da4d9c9237abcf60eaf931c4501da3fed617 (patch) | |
tree | 65be13c533644aa928fb421f323882c3eff4ff26 /xorg | |
parent | 08963be0a709b0c295a87aeb7f6359855329938a (diff) |
Weekly commit
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xdefaults | 6 | ||||
-rwxr-xr-x | xorg/xinitrc | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/xorg/xdefaults b/xorg/xdefaults index ef9ff2e..16a0f8a 100644 --- a/xorg/xdefaults +++ b/xorg/xdefaults @@ -26,6 +26,12 @@ URxvt*urlLauncher: firefox URxvt*matcher.button: 1 URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] +URxvt*inheritPixmap: True +URxvt*transparent: True +URxvt*shading: 35 +URxvt*fading: 40 +URxvt*tintColor: grey + URxvt*background: #0e1310 URxvt*foreground: #ffffff URxvt*colorBD: #FFFFFF diff --git a/xorg/xinitrc b/xorg/xinitrc index 6e9ff0d..705955a 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -3,7 +3,7 @@ WM='awesome' 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) +feh --bg-tile ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/*_ds* | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p) blueman-applet & wicd-client & |