Re: [dev] dwm taskbar config

2011-03-24 Thread Le Tian
well, I shall reply just to draw a line. I managed to do everything. So I created .xsession file with the following lines: while true do xsetroot -name "`df -h / | awk 'END {print "root:" $5"|"}' | sed 's/Use%//'` `df -h /home| awk 'END {print "home:" $5"|"}' | sed 's/Use%//'` `uptime | awk '{prin

Re: [dev] [wmii] Tabbed mode?

2011-03-24 Thread hiro
These aren't tabs, they are called tags here. I agree that stack mode can be tiresome when some clients are above and others below your currently selected client. Difficult to find the right windows in this mess. On 3/23/11, Le Tian wrote: > I think you have a widescreen, well, its sometimes can

Re: [dev] Another donation way that paypal

2011-03-24 Thread hiro
Yeah, just buy someone a beer or donate some hardware :)

Re: [dev] fast-booting to text editor

2011-03-24 Thread hiro
also give the plan9 livecd a try

Re: [dev] [wmii] Tabbed mode?

2011-03-24 Thread Le Tian
you can try dwm, that comes with simpler layout imho, but the principle of work is just the same. There is a taskbar at the top of the screen with prearranged (1,2,3,4) tags for window layouts. It is heavily hotkeyed, so works pretty fast. I seem to like it more that wmii. Dunno what kind of ta

[dev] [svkbd] Touchtyping made easier.

2011-03-24 Thread Christoph Lohmann
Hello comrades, attached is some strange form of mercurial communication patch bomb, which they call a »bundle«. This one includes 15 change- sets, which will increase your svkbd experience. Changes: * The basic window variables wh, ww, wx and wy are exported to the configuration file. * Layou

[dev] [svkbd] Again: Patch for better touch support.

2011-03-24 Thread Christoph Lohmann
Hello comrades, since we all know, that hg is crap, here the global merged patch as one single blob. I thought about the make system. Instead of having the ugly pre- processor directive does svkbd now cp the layouts to layout.h and compile using the new content. Sincerely, Christoph Lohmann #

Re: [dev] [svkbd] Touchtyping made easier.

2011-03-24 Thread Hiltjo Posthuma
On Thu, Mar 24, 2011 at 8:00 PM, Christoph Lohmann <2...@r-36.net> wrote: > > More ideas: > Maybe it's also a nice idea to make svkbd multimonitor aware. I noticed it stretches across my 2 monitors. Being able to pass the width of the client as a runtime parameter might also be a solution.

[dev] [dwm] toolbar and focus

2011-03-24 Thread Christoph Lohmann
Hello comrades, attached is the patch for dwm, which integrates [0] and the magic »_NET_WM_WINDOW_TYPE« property, which is set in onscreen key- boards to »_NET_WM_WINDOW_TYPE_TOOLBAR«. This provides the needed distinction between the window being a panel, which shouldn't be shown as title or not.

[dev] [svkbd] set window properties

2011-03-24 Thread Christoph Lohmann
Hello comrades, attached is a patch for setting the window properties of svkbd. It is setting the magic »_NET_WM_WINDOW_TYPE« too, so dwm can use it. Sincerely, Christoph Lohmann diff -r b49d35af54a9 svkbd.c --- a/svkbd.c Thu Mar 24 21:02:10 2011 +0100 +++ b/svkbd.c Thu Mar 24 23:34:10 201

[dev] [PATCH] wmii hg - witray in normcolors

2011-03-24 Thread Suraj Kurapati
Hello, I became tired of seeing witray render itself in selcolors (by default) and changed it to use normcolors as shown below. That's one less distraction and more productivity for me. diff -r 327e87c7bb2b cmd/tray/tray.c --- a/cmd/tray/tray.c Thu Oct 28 09:55:54 2010 -0400 +++ b/cmd/tray/tra

Re: [dev] [wmii] Tabbed mode?

2011-03-24 Thread Henri Ducrocq
Thanks for the suggestion, I'll have a look. On Thu, Mar 24, 2011 at 1:55 PM, Le Tian wrote: > you can try dwm, that comes with simpler layout imho, but the principle of > work is just the same. > There is a taskbar at the top of the screen with prearranged (1,2,3,4) > tags for window layout

[dev] wmii: sticky windows and xinerama

2011-03-24 Thread Gmail
Hi, I'm trying to get a window to remain sticky based on whether it is moved onto a secondary display or not. Based on that I've added an Event tag for AreaFocus: Event AreaFocus if [ $(echo "$@" | grep -c ":") -gt 0 ] then wmiir xwrite /client/sel/tags /./ else wmii