Browse Source

Merge pull request #6 from ivebeenlinuxed/master

gnome-screensaver-command Gnome 3 update
master
Andrea Luzzardi 12 years ago
parent
commit
99cc4eb304
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/pamusb.conf

+ 2
- 2
doc/pamusb.conf View File

@ -40,8 +40,8 @@ See http://www.pamusb.org/doc/configuring
<user id="scox">
<device>MyDevice</device>
<option name="quiet">true</option>
<agent event="lock">gnome-screensaver-command -lock</agent>
<agent event="unlock">gnome-screensaver-command -deactivate</agent>
<agent event="lock">gnome-screensaver-command --lock</agent>
<agent event="unlock">gnome-screensaver-command --deactivate</agent>
</user>
Configure user root to authenticate using MyDevice, but update one


Loading…
Cancel
Save