Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
As I was using XFCE as my DE, I remembered pressing Ctrl-Alt-Del would call xscreensaver out to lock the screen, but now in openbox, how can I restore this feature? Do I need some special code hacks?
Assuming openbox doesn't use Ctrl-Alt-Del for anything important, use keybindings: http://icculus.org/openbox/docs.php?...48#keybindings
Although I don't have openbox, the following code should work:
<keybind key="C-A-Delete">
<action name="Execute"><execute>xscreensaver</execute></action>
</keybind>
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.