[dev] [PATCH] wmii - client mapping events

2011-03-27 Thread Suraj Kurapati
Hello, The following patch against wmii-hg r2785 allows my wmiirc to know when clients are added to or removed from the current view. Using that information it can persist[1] the application of automated client arrangements (such as emulating LarsWM tiling layout, for example) as the current

[dev][dwm] Patch - Keyboard layout switcher

2011-03-27 Thread Andrey 'Case' Merkulov
Hello, this is a little patch for dwm 5.8.2. Patch adds to dwm functionality of keyboard layout manager: for every open window now stored current layout. If you change the focused window, the current keyboard layout also switched. And sorry for my english :)

Re: [dev] Re: [dwm] reload configuration?

2011-03-27 Thread Benjamin R. Haskell
On Sat, 26 Mar 2011, Marcin Cieslak wrote: Benjamin R. Haskell wrote: But beyond that, looping or manually launching dwm doesn't solve the problem that all the tag information is lost between restarts. wmii gets around it by dumping the tag information into X props (still loses layout info,

Re: [dev] Re: [dwm] reload configuration?

2011-03-27 Thread Suraj Kurapati
On Sun, Mar 27, 2011 at 2:42 PM, Benjamin R. Haskell suckl...@benizi.com wrote: while true ; do        _setup_wm_command        # usually sets cmd=( consolekit-session dbus-session dwm )        $cmd || urxvt done I use a similar approach, but ask the user if the WM termination was intended: