Re: [dev] surf: paste from primary buffer (aka middle-click paste?)

2011-06-29 Thread Peter John Hartman
On Wed, Jun 29, 2011 at 06:26:01PM +0100, Nick wrote: > Quoth dwindle nil: > > I find this functionality lacking, and although it's no deal-breaker, it > > is annoying. Any patches or ideas? Check out clipboard() in surf.c. You may notice the enticing GDK_SELECTION_ sitting there. Peter -- s

Re: [dev] surf: paste from primary buffer (aka middle-click paste?)

2011-06-29 Thread Nick
Quoth dwindle nil: > I find this functionality lacking, and although it's no deal-breaker, it > is annoying. Any patches or ideas? I just have `xclip -o | xargs surf` bound to a key in dwm. pgpnbQgZMgVYv.pgp Description: PGP signature

[dev] surf: paste from primary buffer (aka middle-click paste?)

2011-06-29 Thread dwindle nil
I find this functionality lacking, and although it's no deal-breaker, it is annoying. Any patches or ideas?

Re: [dev] exiting dwm correctly

2011-06-29 Thread julien steinhauser
On Wed, Jun 29, 2011 at 11:16:52AM +0200, Thomas Dahms wrote: > Thuban asked to kill more than one program, which cannot be achieved > in the same way. > Playing with rc, i wrote a mini script which relies on gnu's ps forest view ( sorry ) and dmenu. It kills process selected with dmenu, to stop

Re: [dev] exiting dwm correctly

2011-06-29 Thread Thomas Dahms
2011/6/29 ilf : > On 06-28 20:49, Thomas Dahms wrote: >> >> There was a thread about properly terminating the loop that updates your >> status bar [1]. > > We discussed a lot, but did we reach an agreement? Do we have to? > The README part still sais: > >    41     while xsetroot -name "`date` `u

Re: [dev] AdvanceMAME in dwm

2011-06-29 Thread alphachi
Today I updated all ports with portmaster, then the error disappeared...

Re: [dev] exiting dwm correctly

2011-06-29 Thread ilf
On 06-28 20:49, Thomas Dahms wrote: There was a thread about properly terminating the loop that updates your status bar [1]. We discussed a lot, but did we reach an agreement? The README part still sais: 41 while xsetroot -name "`date` `uptime | sed 's/.*,//'`" 42 do 43