xset m 1/1 0 &
xset s off
xset dpms 0 0 600
+xset +fp ${XDG_DATA_HOME:-~/share}/fonts/Dina/
+xset fp rehash
# root terminal
-urxvt -name URxvtRoot -override-redirect -geometry x5+0-0 \
- -e tail -f /var/log/messages &
-xdotool search --limit 1 --sync --classname URxvtRoot windowsize 100% y
+urxvt -name TermBg1 -override-redirect -geometry x5+0--1 \
+ -e tail -F /var/log/messages &
+xdotool search --limit 1 --sync --classname TermBg1 windowsize --usehints 100% 6
# tray icons
#"$HOME/src/phwmon/phwmon.py" --mem --mem_percent --net --io --bg \#0000 &
# daemons
dunst &
+mpc-notify -d &
xautolock -time 10 -locker "$HOME/bin/l" &
xbanish &
eval `ssh-agent`
fi
# try to wait for session to start
-(sleep 0.1 && tint2) &
+#(sleep 0.1 && tint2) &
+#(sleep 0.1 && yabar -c "$HOME/etc/yabar/yabar.conf") &
+#x220t
(sleep 0.1 && [ -x "$HOME/bin/acpi_ac" ] && \
"$HOME/bin/acpi_ac" "0x0`sysctl -n hw.acpi.acline`") &
(sleep 1.5 && [ -x /usr/local/bin/conky ] && conky -c "$HOME/.conkyrc.d/dock") &