4

Is it possible to run xmms2 stop when I lock the screen with Ctrl+Alt+L?

1 Answer 1

6

Should be.

The desktop-agnostic way is:

  • install xbindkeys
  • create a script that runs your "xmms" command plus "xscreensaver -l" or "kdescreensaver --lock"
  • create a ~/.xbindkeysrc
  • make xbindkeys run at startup

Assuming your script is in /usr/local/bin/lockandstop, ~/.xbindkeysrc should contain:

"/usr/local/bin/lockandstop"
Control + Alt + l

or perhaps

"/usr/local/bin/lockandstop"
Mod4 + l

depending on what xmodmap prints.

But maybe the KDE Control Panel offers an easier way under the keyboard shortcuts section.

2

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .