jeanCarloMachado/fittstool

Add "EnterDelay" to delay execution of "Enter" command

Opened this issue · 0 comments

First of all, thanks for the tool, it's almost exactly what I was looking for! 
I use it to lock my screen when I move my mouse into the bottom-right corner of 
the screen. Before adding the "EnterDelay" option, it was a bit of a pain 
because I'd often accidentally trigger the screensaver unintentionally. Now, my 
config looks like this:

[BottomRight]
Enter = xscreensaver-command --lock
EnterDelay = 2

And it won't trigger the screensaver unless I leave my mouse in the corner for 
2 seconds.

Attached patch implements the command. I thought about whether it would make 
sense to add a "delay" to other commands, but I don't think it really does.

Thanks, again!

Original issue reported on code.google.com by d...@codeka.com.au on 27 Jul 2014 at 10:53

Attachments: