blob: 966209b4e8f66616bce54bd3cba87d3177256f4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/bash
#WM='sithwm'
WM='xfce4-session'
#WM='scrotwm'
#WM='wmii'
export XDG_DESKTOP_DIR=~/.desktop
keychain --clear -q ~/.ssh/id_rsa
source ~/.keychain/`hostname`-sh > /dev/null
blueman-applet &
xscreensaver -nosplash &
xrandr --dpi 86
#feh --bg-scale ~/media/pictures/wallpaper/treeoflife.jpg
exec $WM
|