Re: [dev] [wmii] Dualhead + tiling

2011-11-20 Thread Jonas H.
On 11/14/2011 11:34 PM, Justin Pogue wrote: On Mon, Nov 14, 2011 at 4:26 PM, Jonas H. wrote: Hi folks! Is it possible to use tiling w/ dualhead? i.e. have a separate tiling area on each monitor - so that if you move a window from monitor 0 to monitor 1 in floating mode and then move it to the

Re: [dev] [wmii] Dualhead + tiling

2011-11-15 Thread Jonas H.
On 11/15/2011 09:32 AM, Thomas Dahms wrote: wmii spans the tiling area over all monitors, but managed columns end at screen boundaries. What's that "Xinerama support" that came with 3.9 then?

[dev] [wmii] Dualhead + tiling

2011-11-14 Thread Jonas H.
Hi folks! Is it possible to use tiling w/ dualhead? i.e. have a separate tiling area on each monitor - so that if you move a window from monitor 0 to monitor 1 in floating mode and then move it to the tiling layer, it stays on monitor 1. (The way it works for my setup right now is that it's

Re: [dev] [libixp/wmii] getpagesize.c: Assertion `_rtld_global_ro._dl_pagesize != 0' failed.

2010-06-03 Thread Jonas H.
On 06/02/2010 09:56 PM, Kris Maglione wrote: Since glibc 2.2 on Arch x86_64, wmiir doesn't work if it's statically linked. I don't know why. Just add STATIC= to config.local.mk or to your make commandline. thanks, worked.

[dev] [libixp/wmii] getpagesize.c: Assertion `_rtld_global_ro._dl_pagesize != 0' failed.

2010-06-02 Thread Jonas H.
hello there, I am getting assertion errors for a few days now, for example if I run $ wmiir namespace wmiir: ../sysdeps/unix/sysv/linux/getpagesize.c:32: __getpagesize: Assertion `_rtld_global_ro._dl_pagesize != 0' failed. gdb stack trace: [snip] #4 0xb7f48fef in getpagesize () fro

Re: [dev] unsubscribe

2010-05-19 Thread Jonas H.
On 05/19/2010 02:36 PM, Jonas H. wrote: wutt, doesn't this work on this installation? anyways, please unsubscribe me. Jonas

[dev] unsubscribe

2010-05-19 Thread Jonas H.
-- Jonas

Re: [dev] [wmii] disable mouse resizing in non-floating mode

2010-04-14 Thread Jonas H.
On 04/14/2010 10:06 AM, Jordi Marine wrote: Or stop using it. I can't. Scrolling without a mouse wheel is insane.

[dev] [stali] statically linked Firefox

2010-04-13 Thread Jonas H.
I thought someone could find this link interesting: http://blog.mozilla.com/tglek/2010/04/12/squeezing-every-last-bit-of-performance-out-of-the-linux-toolchain/ (I just flew over the blog entry which is why I couldn't figure out whether the resulting binary contains the Gecko libs or only the

[dev] Re: [wmii] disable mouse resizing in non-floating mode

2010-04-12 Thread Jonas H.
On 03/25/2010 01:07 PM, Jonas H. wrote: Hi there, how can I disable resizing windows with the mouse in non-floating mode? I really hate this feature that I can't remember was there in wmii 3.6 because I frequently resize layers accidentally when using a scroll bar. Jonas Noone? :-(

Re: [dev] [sw] Suckless web-framework

2010-04-05 Thread Jonas H.
On 04/05/2010 03:33 AM, Nibble wrote: As for HTML, don't use. Use. Same goes for Instead of, use Is it just a aesthetic issue? No it's HTML5.

[dev] [wmii] disable mouse resizing in non-floating mode

2010-03-25 Thread Jonas H.
Hi there, how can I disable resizing windows with the mouse in non-floating mode? I really hate this feature that I can't remember was there in wmii 3.6 because I frequently resize layers accidentally when using a scroll bar. Jonas

Re: [dev] [wmii] highlight tag script

2010-03-24 Thread Jonas H.
On 03/24/2010 04:46 PM, f wrote: I thought it a good idea if my icq or irc clients may highlights tags too and i've written a little and ugly bash script: You can simply tell your instant messenger to set the `URGENT` window flag which will automatically add the * before the tag name with

Re: [dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-16 Thread Jonas H.
On 03/15/2010 10:35 PM, julien steinhauser wrote: At the time I used wmii, I had these keybindings, don't know if it is still uptodate as I use dwm since a while now. Key $MODKEY-Control-$LEFT wmiir xwrite /tag/sel/ctl grow sel sel right -1 Key $MODKEY-Control-$RIGHT

Re: [dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-16 Thread Jonas H.
On 03/16/2010 06:56 PM, Jonas H. wrote: $ wmii -v wmii-3.6, ©2007 Kris Maglione Oh well I just figured out this version is "kinda" outdated... 2007 :/ I thought the Arch packages to be more up-to-date, but the reason that they are using that old version probably is that there i

Re: [dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-16 Thread Jonas H.
On 03/15/2010 10:35 PM, Adam Lloyd wrote: $ wmiir xwrite /tag/sel/ctl grow sel sel left 1 Humm, doesn't work. $ wmiir xwrite /tag/sel/ctl grow sel sel left 1 wmiir: fatal: cannot write file '/tag/sel/ctl': bad command $ wmii -v wmii-3.6, ©2007 Kris Maglione Jonas

[dev] [wmii] Update-to-date solution for keyboard window resizing

2010-03-15 Thread Jonas H.
Hi, I'm searching for an up-to-date solution for window resize via keyboard. The version from the Web page didn't work for me. I'd put together some keybindings myself if someone told me which commands I have to execute to resize a client. Thanks! Jonas

[dev] dwm 5.8 movestack patch

2010-02-22 Thread Jonas H.
$ diff dwm-5.6.1-movestack.diff dwm-5.8-movestack.diff 76c76 < + arrange(); --- > + arrange(selmon); diff --git a/config.h b/config.h index cca37df..ff1f3a9 100644 --- a/config.h +++ b/config.h @@ -48,6 +48,7 @@ static const Layout layouts[] = { static const char *dmenucmd

[dev] [wmii] tagrules by process name, colrules?

2010-02-19 Thread Jonas H.
Hi guys, I wonder whether it's possible to make wmii not look up the window title for tag rules but for example the executable name (or any `xprop`able property). For example, you won't get too far using window names and Pidgin because Pidgin's conversation window's titles don't contain any i

Re: [dev] Why use Mercurial?

2010-02-16 Thread Jonas H.
On 02/16/2010 07:37 PM, Uriel wrote: multiple inheritance What's bad about that? metaclasses And about that? string encoding system Well, this one really *sucks* in Python.

Re: [dev] [dwm] save float patch

2010-02-13 Thread Jonas H.
On 02/13/2010 12:54 PM, BOUDOU Joseph wrote: I really loved the "historical" save floats patch. Here is my own patch against 72e52c5333ef (should work against 5.7.2 too). Comments are welcome. does what, exactly?

Re: [dev] skvm bug and question

2010-02-12 Thread Jonas H.
On 02/12/2010 03:12 AM, stateless wrote: Try to pull the tip. Works for me.

Re: [dev] skvm bug and question

2010-02-09 Thread Jonas H.
On 02/09/2010 09:59 PM, stateless wrote: Could you run it through valgrind and attach the output? You can also run it under gdb and see where it fails. Sure. Full-length valgrin and gdb outputs follow. Begin Valgrind/gdb output [jo...@jarchy ~]$ valgrind skvm --help ==8951== Command

Re: [dev] Fwd: skvm bug and question

2010-02-09 Thread Jonas H.
On 02/08/2010 06:04 PM, stateless wrote: How exactly did you execute skvm? $ skvm --help Segmentation fault I'm using the following version: (current Arch linux User Repository version) $ pacman -Qi skvm-hg Version: 0.1-1 Build Date : Sun 07 Feb 2010 01:22:21 PM CET So this sho

[dev] Fwd: skvm bug and question

2010-02-07 Thread Jonas H.
Hi there, when calling skvm with --help parameters, it crashes with a segmentation fault. I think a program shouldn't crash when calling with "too long" parameters. Question: Can I configure skvm to mount devices as $user, so that I don't have to be root to write to the mounted device? Regards,