#!/bin/bash ## Start session manager #lxsession & ## Start URxvt daemon and default config #urxvtd -q -o -f & xrdb .Xdefaults & ## Set desktop wallpaper nitrogen --restore & ## Start xscreensaver #xscreensaver -no-splash & ## Start Conky after a slight delay #conky | while read -r; do xsetroot -name "$REPLY"; done & (sleep 2s && conky | dzen2 -x '850' -e '' -fg '#737373' -bg '#262626' -h '14' -ta r -fn '-*-fixed-medium-r-*-*-12-*-*-*-*-*-iso8859-*' -p) & ## System Tray (sleep 3s && trayer --expand true --widthtype request --transparent true --alpha 255 --edge bottom --align right) & ## Composite effect (sleep 3s && xcompmgr) & #(sleep 3s && xcompmgr -cCfF) & #(sleep 3s && xcompmgr -cCfF -t-5 -l-5 -r4.2 -o.55 -D6) & #(sleep 3s && xcompmgr -cCfF -t-5 -l-5 -r4.2) & ## cb-fortune - have Statler say a little adage #(sleep 120s && cb-fortune) & (sleep 5s && wbar) &