[dev] Re: [slock] red color on control keys?

2016-04-04 Thread Frostyfrog
So, I understand that the red background color is supposed to signify that someone tried to log into the machine, but does it really need to turn the screen red when I press a no-op key? I generally press the control key to wake up my monitors, but that has the side-effect of going into "Someone tr

Re: [dev] [st] no focus events inside tmux

2016-04-04 Thread k0ga
Hi again, > We can try to test if we are receiving the event or not. > The posibilities here are: > > - Mode is NotifyGrab > - We do not receive the event And the answer was: Any of them. We are not receiving the 1004 set mode sequence. I don't know why, but tmux think that is better

Re: [dev] structural regular expression support for vis

2016-04-04 Thread Marc André Tanner
On Mon, Mar 28, 2016 at 06:46:40PM +0100, Connor Lane Smith wrote: > Just a config issue I suppose, but I kept quitting the editor by > accident, having typed 'x/foo/' without ':sam' in front of it. Over the last couple of days I integrated the existing vis commands into sam's command language. Me