From 4f71fb21c9ed451e1ce94dfd016229b6fbb3510c Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 17 Apr 2008 12:20:14 -0600 Subject: [PATCH] Fix up README for Markdown formatting --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 8f3f943..ed6e3a9 100644 --- a/README +++ b/README @@ -4,8 +4,8 @@ program when the X server turns on the built-in screen saver. `xsswin` makes a full-screen black window and runs some other program, -passing along the window ID in the environment ($XSS_WINDOW) and -possibly as an argument (XSS_WINDOW gets replaced with the id). +passing along the window ID in the environment (`$XSS_WINDOW`) and +possibly as an argument (`XSS_WINDOW` in argv is replaced with the ID). `xkeygrab` grabs the keyboard and mouse, and echoes all typed lines to stdout. @@ -13,7 +13,7 @@ stdout. `xcursorpos` prints out the x and y coordinates of the cursor. `magic` is a reimplementation of the "magic" screen saver from After -Dark. +Dark. It probably doesn't work with an 8-bit color pallette. Examples