From c0172862f6899b2d30a345719c09b9425fcfdad1 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Fri, 2 Mar 2012 00:50:33 -0800 Subject: [PATCH] Update README.md --- README.md | 47 +++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 36e1d77..d825b09 100644 --- a/README.md +++ b/README.md @@ -141,18 +141,23 @@ remove the device, and deactivate it when you plug the device back. GNOME (gnome-screensaver): - - MyDevice - gnome-screensaver-command --lock - gnome-screensaver-command --deactivate - +```xml + + MyDevice + gnome-screensaver-command --lock + gnome-screensaver-command --deactivate + +``` KDE (kscreensaver): - - MyDevice - dcop kdesktop KScreensaverIface lock - dcop kdesktop KScreensaverIface quit - + +```xml + + MyDevice + dcop kdesktop KScreensaverIface lock + dcop kdesktop KScreensaverIface quit + +``` You can execute more commands by adding extra `` entries. @@ -219,15 +224,17 @@ Enabling debug messages may help you find out what's wrong. To enable them, edit `/etc/pamusb.conf` and set the following option: - - - - +```xml + + + +``` You can enable debug messages only for a specific user, device or service. - - - - - - +```xml + + + + + +```