Re: [dev] [dwm] problem with evilvte

2011-07-11 Thread Connor Lane Smith
Hey, On 11 July 2011 21:15, uki wrote: > I'm having problem with evilvte, if i 'zoom' it (mod1-enter) or change > master area (or basically have dwm change grow its window size) it > stops to shrink and hides under/covers other windows or goes outside > of the screen. evilvte is broken, not leas

[dev] [dwm] problem with evilvte

2011-07-11 Thread uki
Hi, I'm having problem with evilvte, if i 'zoom' it (mod1-enter) or change master area (or basically have dwm change grow its window size) it stops to shrink and hides under/covers other windows or goes outside of the screen. The window is not floating, nor am I able to (mod-RMB) change its size

Re: [dev] dwm: xclip problem

2011-07-11 Thread Bjartur Thorlacius
Þann sun 10.júl 2011 17:11, skrifaði Thomas Dean: I pipe the output of xclip through xmacroplay, like this: #!/bin/sh sleep 0.2 { echo -n 'String ' Out of curiosity, why? xclip -o } | xmacroplay -d 3 :0 which I also bound to Modkey-v. The sleep statement ensures that I can le