diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-02-04 15:08:11 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-02-04 15:08:11 +0100 |
commit | b874b4264736f89d060fd5d459d94572574a75bf (patch) | |
tree | 70e87d3bcfb6fddb72c6598cdd5311dcd53e022e /xorg/xinitrc | |
parent | 0f0886fc19a967dd8a6e5f9f92aaaa3085cb6bae (diff) |
Weekly commit
Diffstat (limited to '')
-rwxr-xr-x | xorg/xinitrc | 12 |
1 files changed, 2 insertions, 10 deletions
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 |