Fix up README for Markdown formatting

This commit is contained in:
Neale Pickett 2008-04-17 12:20:14 -06:00
parent 13e3f6e478
commit 4f71fb21c9
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -4,8 +4,8 @@
program when the X server turns on the built-in screen saver. program when the X server turns on the built-in screen saver.
`xsswin` makes a full-screen black window and runs some other program, `xsswin` makes a full-screen black window and runs some other program,
passing along the window ID in the environment ($XSS_WINDOW) and passing along the window ID in the environment (`$XSS_WINDOW`) and
possibly as an argument (XSS_WINDOW gets replaced with the id). 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 `xkeygrab` grabs the keyboard and mouse, and echoes all typed lines to
stdout. stdout.
@ -13,7 +13,7 @@ stdout.
`xcursorpos` prints out the x and y coordinates of the cursor. `xcursorpos` prints out the x and y coordinates of the cursor.
`magic` is a reimplementation of the "magic" screen saver from After `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 Examples