Re: [dev] wmii falling out of favor

2012-01-08 Thread John Matthewman
On 1/9/12, Thomas Dahms wrote: > 2012/1/8 John Matthewman : >> I would like a window manager that has wmii's acme-like window >> management, but without the 9P filesystem, wmiir, support for >> configuration via python, ruby, etc. Trim the fat off of it (or >> perhaps it would be better to use dwm

Re: [dev] wmii falling out of favor

2012-01-08 Thread Thomas Dahms
2012/1/8 John Matthewman : > I would like a window manager that has wmii's acme-like window > management, but without the 9P filesystem, wmiir, support for > configuration via python, ruby, etc. Trim the fat off of it (or > perhaps it would be better to use dwm as a base to build upon, rather > tha

Re: [dev] [dwm] about _NET_ACTIVE_WINDOW support

2012-01-08 Thread Andreas Amann
On Sun, Jan 08, 2012 at 01:50:35PM +0200, Ivan Kanakarakis wrote: > > The patch attached to Andreas responce does that > and also adds support for _NET_CLIENT_LIST Just to ask, does your other focus problem with Chromium still exist with that patch applied? Andreas

Re: [dev] [dwm] about _NET_ACTIVE_WINDOW support

2012-01-08 Thread Andreas Amann
On Sun, Jan 08, 2012 at 12:29:38PM +0100, Anselm R Garbe wrote: > On 8 January 2012 02:03, Andreas Amann wrote: > > > > I use the attached patch for this. In addition it also maintains a > > NetClientList, which exposes the list of managed windows in the ewmh > > recommended way. > > Which kind o

Re: [dev] dmenu-4.5

2012-01-08 Thread Bastien Dejean
Connor Lane Smith: > * M-[Gghjkl] restored for vi-like navigation. When lines > 1, I would expect M-j to select the next item (because it's below the current one), but I have to press M-l instead. -- b.d (| |) ^ ^

Re: [dev] wmii falling out of favor

2012-01-08 Thread Suraj N. Kurapati
On Sun 08 Jan 2012 04:30:47 PM PST, John Matthewman wrote: > I would like a window manager that has wmii's acme-like window > management, but without the 9P filesystem, wmiir, support for > configuration via python, ruby, etc. Try i3, which was inspired by wmii: http://i3wm.org/ -- If something h

[dev] Re: dmenu-4.5

2012-01-08 Thread Connor Lane Smith
Oh, and most important of all, a new colour scheme, matching dwm-6.0! cls

[dev] dmenu-4.5

2012-01-08 Thread Connor Lane Smith
Hey all, I've released dmenu-4.5 [1][2]. A summary of changes: * Detects monitor based on input focus, not just pointer location. * Token matching instead of just substrings. * XIM composition support. * Paste from clipboard with C-S-y. * stest(1) replaces lsx(1). * M-[Gghjkl] restore

Re: [dev] [dwm] about _NET_ACTIVE_WINDOW support

2012-01-08 Thread Ivan Kanakarakis
On 8 January 2012 13:28, Anselm R Garbe wrote: > On 7 January 2012 21:20, Ivan Kanakarakis wrote: > > I was going looking through dwm's code cause I've been having problems > with > > my own implementation of _NET_ACTIVE_WINDOW support for mosnterwm, and > > noticed some things. > > > > 1) The e

Re: [dev] wmii falling out of favor

2012-01-08 Thread Anselm R Garbe
On 8 January 2012 10:30, John Matthewman wrote: > On 1/8/12, Anselm R Garbe wrote: >> Someone could implement a stacked mode patch for dwm based on two >> extra windows (similar to the dwm bar) per column -- wouldn't be too >> hard. > > I would like a window manager that has wmii's acme-like wind

Re: [dev] [dwm] about _NET_ACTIVE_WINDOW support

2012-01-08 Thread Anselm R Garbe
On 8 January 2012 02:03, Andreas Amann wrote: > On Sat, Jan 07, 2012 at 10:20:27PM +0200, Ivan Kanakarakis wrote: >> dwm, when it receives a _NET_ACTIVE_WINDOW message, it transfers focus to >> the client that asked for it, but never sets the root window id to that >> window's id. That is ofcourse

Re: [dev] [dwm] about _NET_ACTIVE_WINDOW support

2012-01-08 Thread Anselm R Garbe
On 7 January 2012 21:20, Ivan Kanakarakis wrote: > I was going looking through dwm's code cause I've been having problems with > my own implementation of _NET_ACTIVE_WINDOW support for mosnterwm, and > noticed some things. > > 1) The ewmh standard on _NET_ACTIVE_WINDOW [0] says that: > >> [...] Th

Re: [dev] wmii falling out of favor

2012-01-08 Thread John Matthewman
On 1/8/12, Anselm R Garbe wrote: > Someone could implement a stacked mode patch for dwm based on two > extra windows (similar to the dwm bar) per column -- wouldn't be too > hard. I would like a window manager that has wmii's acme-like window management, but without the 9P filesystem, wmiir, supp