Difference between revisions of "Configure your PAUSE key to lock the screen"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 12: Line 12:
 
* click on "Action"
 
* click on "Action"
 
* enter
 
* enter
 +
qdbus org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock
 +
or (whatever works)
 
  /usr/lib64/kde4/libexec/kscreenlocker_greet
 
  /usr/lib64/kde4/libexec/kscreenlocker_greet
 +
or (whatever works)
 +
/usr/lib64/kde4/libexec/kscreenlocker --forcelock
 
* click "Apply"
 
* click "Apply"
 
* test it by pressing the PAUSE key
 
* test it by pressing the PAUSE key
;Note: In older KDE releases the appropriate command may be
 
/usr/lib64/kde4/libexec/kscreenlocker --forcelock
 
  
 
= See also =
 
= See also =

Revision as of 19:41, 17 January 2014

To set your PAUSE key to lock the screen under KDE,

systemsettings
  • select "Shortcuts and Gestures" -> "Custom Shortcuts" -> "Edit" -> "New" -> "Global Shortcut" -> "Command/URL" -> enter "Pause"

Snapshot-pause-key.png

  • click on Trigger -> "None"
  • type the PAUSE key
  • click on "Action"
  • enter
qdbus org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock

or (whatever works)

/usr/lib64/kde4/libexec/kscreenlocker_greet

or (whatever works)

/usr/lib64/kde4/libexec/kscreenlocker --forcelock
  • click "Apply"
  • test it by pressing the PAUSE key

See also