diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xdefaults | 4 | ||||
-rwxr-xr-x | xorg/xinitrc | 12 |
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 |