On Mon, 16 Jun 2003, Todd A. Jacobs wrote:
> "l" = a | m : all : f.exec "xscreensaver-command -lock &"
The proper command is:
"l" = c | m : all : f.exec "xscreensaver-command -lock &"
--
The DMCA is anti-consumer. The RIAA has no right to rewrite copyright
laws to suit themselves.
--
I'm trying to configure twm to bind an f.exec to CTRL-ALT-L to lock the
screen. However, the following doesn't work:
"l" = a | m : all : f.exec "xscreensaver-command -lock &"
It works fine if I change it to:
"F12" = : all : f.exec "xscreensaver-command -lock &"
so the problem appears t