Re: [dev] [dwm] Fullscreen programs in tile mode

2011-11-24 Thread Anselm R Garbe
Hi Szabolcs, On 25 November 2011 02:06, Szabolcs Nagy wrote: > * mikshaw [2011-11-24 07:05:31 -0800]: >> A recent update (to Gtk, I assume) has caused the Geeqie image viewer to >> become annoying in fullscreen mode.  It apparently will not allow itself to >> be made tiled either.  If it's in

Re: [dev] [dwm] Fullscreen programs in tile mode

2011-11-24 Thread mikshaw
> > From: Seth Hover >I've had good luck with ristretto, although i'm not sure about the >dependencies compared to geeqie. > I just installed Ristretto to give it a test, and it does indeed behave appropriately.  I'm going to try it out for a while, but alrea

Re: [dev] [dwm] Fullscreen programs in tile mode

2011-11-24 Thread Szabolcs Nagy
* mikshaw [2011-11-24 07:05:31 -0800]: > A recent update (to Gtk, I assume) has caused the Geeqie image viewer to > become annoying in fullscreen mode.  It apparently will not allow itself to > be made tiled either.  If it's in fullscreen and I try to view a different > tag, Geeqie remains in f

[dev] Re: [dwm] [PATCH] spawn_cwd - spawn from current client's cwd

2011-11-24 Thread Suraj N. Kurapati
On Thu 24 Nov 2011 01:58:05 PM PST, Suraj N. Kurapati wrote: > So I ported this feature to DWM using just 27 SLOC in this[2] patch, > [2]: https://github.com/sunaku/.dwm/compare/tip...spawn_cwd It is now 29 SLOC after using DWM coding style and a free(NULL) fix. -- Life is the childhood of our i

Re: [dev] [dwm] [PATCH] spawn_cwd - spawn from current client's cwd

2011-11-24 Thread Suraj N. Kurapati
On Thu 24 Nov 2011 05:12:17 PM PST, Stephen Paul Weber wrote: > Somebody signing messages as Suraj N. Kurapati wrote: > >the ability to open new programs in the currently focused client's > >workdir. https://github.com/sunaku/.dwm/compare/tip...spawn_cwd > > Does this patch just work on xterm/rxv

Re: [dev] [dwm] [PATCH] spawn_cwd - spawn from current client's cwd

2011-11-24 Thread Stephen Paul Weber
Somebody signing messages as Suraj N. Kurapati wrote: one of the things I missed from my previous WMII configuration was the ability to open new programs in the currently focused client's workdir. So I ported this feature to DWM using just 27 SLOC in this[2] patch, [2]: https://github.com/sunak

[dev] [dwm] [PATCH] spawn_cwd - spawn from current client's cwd

2011-11-24 Thread Suraj N. Kurapati
Hello, I switched[1] to DWM from WMII recently (after 6 long years, yay!) and one of the things I missed from my previous WMII configuration was the ability to open new programs in the currently focused client's workdir. So I ported this feature to DWM using just 27 SLOC in this[2] patch, which I

Re: [dev] [dwm] Fullscreen programs in tile mode

2011-11-24 Thread Seth Hover
> > A recent update (to Gtk, I assume) has caused the Geeqie image viewer to > become annoying in fullscreen mode. It apparently will not allow itself to > be made tiled either. If it's in fullscreen and I try to view a different > tag, Geeqie remains in front of everything else, yet will not acc

Re: [dev] [dwm] Fullscreen programs in tile mode

2011-11-24 Thread mikshaw
- Original Message - > From: Manolo Martínez > Btw, I've just noticed that residual (an emulator needed to play Grim > Fandango) > will not honour the request to toggle floating -- if it is floating. LyX, > mplayer and the rest do, so I guess this is a bug in residual. > > Manolo > --

Re: [dev] Bifrost/Linux - statically linked distro

2011-11-24 Thread pancake
Why --disable-pie? I think this is main security issue here. And its even more dangerous because its used on static bins. Looks like an interesting project. I would like to see support for other static libcs. In fact you should be able to use bins against bionic or againsg uclibc in the same sy