14 lines
229 B
Bash
Executable file
14 lines
229 B
Bash
Executable file
#!/bin/bash
|
|
|
|
WM='xfce4-session'
|
|
#WM='scrotwm'
|
|
|
|
export XDG_DESKTOP_DIR=~/.desktop
|
|
|
|
keychain --clear -q ~/.ssh/id_rsa
|
|
source ~/.keychain/`hostname`-sh > /dev/null
|
|
blueman-applet &
|
|
xscreensaver -nosplash &
|
|
xrandr --dpi 86
|
|
|
|
exec $WM
|