## composite
(xcompmgr -c -C) &

## pulseaudio
(start-pulseaudio-x11)

## f.lux
(~/.bin/xflux -l 49.97000122 -g 8.27000046)

## tiling
(rtile --all-auto) &

## keys
(xbindkeys)

## music
(sleep 1 && ~/.bin/mpd-notify) &

### term
(xrdb -merge ~/.config/uxterm/uxtermrc)
(xrdb -merge ~/.config/uxterm/colormanrc)

### xscreensaver
(xrdb -merge ~/.config/xscreensaver/xscreensaverrc)

## background
(feh --bg-scale ~/.wallpapers/wallpaper.jpg)

### panel
(sleep 2s && tint2) &

### volume
(sleep 3s && volumeicon) &

## gadgets
(sleep 3s && conky -c ~/.conky/system.conkyrc)
(sleep 3s && conky -c ~/.conky/workspace.conkyrc)

## screensaver
(xscreensaver -no-splash) &

# vim: ft=sh
