diff --git a/README.md b/README.md
index 96294d1..25b929b 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,8 @@ Firestarter, in addition to spawning the programs in the default configs, also i
 
 * xhost: Firestarter will open up the current session to other sessions by your user, allowing you to open a TTY and spawn your WM back in if you have to.
 
+* xrdb: Xresources are loaded in.
+
 * xset: Firestarter will disable that annoying goddamn X bell. Re-enable it in `.firestarterrc` if you enjoy pain.
 
 ## Exit Codes
diff --git a/firestarter b/firestarter
index 2b070a9..a413b1a 100755
--- a/firestarter
+++ b/firestarter
@@ -218,12 +218,12 @@ command -v gnome-settings-daemon
 gnome-settings-daemon
 EOF
 	# System statistics glances
-	# Note: the dumb sleep hack is because Conky crashes with window_type override if the WM hasn't loaded yet
-	# This gives the Wm ample time to load up
 	cat << EOF > "$_configdir/stat-glances"
 #.fsdefaults
 [ -z "\$DISPLAY" ]
 :
+# Note: the dumb sleep hack is because Conky crashes with window_type override if the WM hasn't loaded yet
+# This gives the Wm ample time to load up
 command -v conky && [ -r "\${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky.conf" ]
 sleep 5 && conky
 EOF