Re: [dwm] dzen-0.3

2007-02-19 Thread Jan Christoph Ebersbach
On Mon 19-02-2007 10:40, Robert Manea wrote: The bugfixed version can be found here: http://gotmor.googlepages.com/dzen-0.4.tar.gz Hi Robert, thanks for this nice proggi. It would be nice to have a command line option to specify the orientation of the message. Bye. Jan Christoph -- For

Re: [dwm] floating windows

2007-02-24 Thread Jan Christoph Ebersbach
On Fri 09-02-2007 23:30, Jan Christoph Ebersbach wrote: I wrote a small patch for moving and resizing. - It misuses arg-i heavily :/ I updated moveresize to dwm 3.7 and adapted the argmuent to const char. Jan Christoph { MODKEY|Mod1Mask , XK_h , moveresize, x-25

Re: [dwm] floating windows

2007-02-26 Thread Jan Christoph Ebersbach
On Sun 25-02-2007 12:03, Anselm R. Garbe wrote: Actually I don't understand why do you re-use Client here, why not int x, y, w, h? Thanks for the comments - I used Client because it seemed to be more clear than defining a bunch of loose variables. Jan Christoph -- For everything there is a

[dwm] update moveresize for dwm 3.7

2007-02-26 Thread Jan Christoph Ebersbach
Hi, here is an update of moveresize according to Anselm's comments. Mahlzeit. Jan Christoph -- For everything there is a season, and a time for every purpose under heaven. Ecclesiastes 3,1 diff -r baee494346e5 client.c --- a/client.c Sat Feb 24 15:40:50 2007 +0100 +++ b/client.c Mon Feb 26

Re: [dwm] update moveresize for dwm 3.7

2007-02-26 Thread Jan Christoph Ebersbach
On Mon 26-02-2007 16:05, pancake wrote: Is possible to move the cursor following the floating window? this way the focus will never be lost. Yep, this would be an improvement and I already thought about adding this feature. BTW it is possible to move/resize a window to a certain position

Re: [dwm] update moveresize for dwm 3.7

2007-02-26 Thread Jan Christoph Ebersbach
On Mon 26-02-2007 15:30, pancake wrote: this is my config: { MODKEY|ControlMask, XK_h, moveresize, -64x 0y 0w 0h }, \ { MODKEY|ControlMask, XK_l, moveresize, 64x 0y 0w 0h }, \ { MODKEY|ControlMask, XK_j, moveresize,

Re: [dwm] about editing tags names

2007-03-02 Thread Jan Christoph Ebersbach
On Thu 01-03-2007 21:26, Albert Cardona wrote: All I edited was the tags array in the config.h, from the original in 3.7 to: const char *tags[] = { c, ij, blend, net, NULL }; and I get: dwm build options: CFLAGS = -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION=3.7 LDFLAGS =

Re: [dwm] [PATCH] Separate border colors for floating windows

2007-06-26 Thread Jan Christoph Ebersbach
NORMBORDERCOLOR #define FLOATSELBORDERCOLOR #ff Bye. -- Jan Christoph Ebersbach Have you ever read God's love letter to you? http://www.gottkennen.com/ signature.asc Description: Digital signature

Re: [dwm] Problem with vlc in fullscreen (was: Re: xine regression)

2007-08-22 Thread Jan Christoph Ebersbach
in fullscreen? Act very weird. The vlc fullscreen window is forced into tiled mode but everything else works fine. -- Jan Christoph Ebersbach Have you ever read God's love letter to you? http://www.gottkennen.com/ signature.asc Description: Digital signature

Re: [dwm] dwm-4.4

2007-08-24 Thread Jan Christoph Ebersbach
://herbst.homeunix.org/projects/repos/hg/dwm_patches/ -- Jan Christoph Ebersbach Have you ever read God's love letter to you? http://www.gottkennen.com/ signature.asc Description: Digital signature

Re: [dwm] Keyboard control in floating mode

2007-08-24 Thread Jan Christoph Ebersbach
and another patch to do vertical/horziontal maximization of a window. -- Jan Christoph Ebersbach Have you ever read God's love letter to you? http://www.gottkennen.com/ diff -r 45ab12331044 config.default.h --- a/config.default.h Wed Aug 22 21:35:22 2007 +0200 +++ b/config.default.h Wed Aug 22 21

[dwm] reload, save_floats, tagall, raiselower, prevtags and float-border-color2 for dwm 4.5

2007-09-22 Thread Jan Christoph Ebersbach
Hi, I've updated the named patches for dwm 4.5. The patches are also online available: http://www.e-jc.de/dwm Have fun. -- Jan Christoph Ebersbach Fear God and keep his commandments, for this is the whole duty of man. Eccl 12,13 diff -r ac233c362502 config.h --- a/config.h Sat Sep 22 21:55:19

[dwm] spacing bewteen windows

2007-09-23 Thread Jan Christoph Ebersbach
Hi, With the newest hg tip I have a spacing between windows in tiled mode. Actually, it only applies to certain windows like urxvt and gvim but not to konqueror. http://www.e-jc.de/dwm/ok.png http://www.e-jc.de/dwm/spacing.png -- Jan Christoph Ebersbach Fear God and keep his commandments

Re: [dwm] spacing bewteen windows

2007-09-23 Thread Jan Christoph Ebersbach
On Sun 23-09-2007 09:58, Ricardo Martins wrote: Change #define RESIZEHINTS True to #define RESIZEHINTS False then recompile. Thanks, that looks better :) -- Jan Christoph Ebersbach Fear God and keep his commandments, for this is the whole duty of man. Eccl 12,13 signature.asc

Re: [dwm] [PATCH] An experiment with X resources

2007-09-25 Thread Jan Christoph Ebersbach
. The bad thing about it is that all windows lose their tag, maximized state and floating/tiled mode :-/ Instead of using Xresources, dwm could solve this issue by saving the state in the window's Xproperty. -- Jan Christoph Ebersbach Fear God and keep his commandments, for this is the whole duty of man

Re: [dwm] [PATCH] An experiment with X resources

2007-09-25 Thread Jan Christoph Ebersbach
. And once your setup settled there is no need to restart dwm anyways. Yes, you are right, I also use hibernate .. but I'd like to keep up with the dwm development and therefore I have to restart it ~twice a month ;) -- Jan Christoph Ebersbach Fear God and keep his commandments, for this is the whole

Re: [dwm] On the fly tiling for floating layout

2007-10-04 Thread Jan Christoph Ebersbach
a quick glimpse of the current Y. What do you think? Would a patch for dwm be appreciated? I like the idea. Normally, I have just a few floating windows on each tag but gimp is a good opportunity to use such functionality. -- Jan Christoph Ebersbach Fear God and keep his commandments

Re: [dwm] Triple Screen xorg.conf ?

2007-10-15 Thread Jan Christoph Ebersbach
you can modify this to three displays... Sounds good but where can I find it? -- Jan Christoph Ebersbach Fear God and keep his commandments, for this is the whole duty of man. Eccl 12,13 signature.asc Description: Digital signature

Re: [dwm] RESIZEHINTS broken?

2007-10-23 Thread Jan Christoph Ebersbach
it optional (in tiled mode) would be ok, dropping it would be a step in the wrong direction. Yes, that would be really annoying to not have it anymore. I.e. gvim displays only half of it's command line without RESIZEHINTS. -- Jan Christoph Ebersbach Fear God and keep his commandments

[dwm] [patch] Updated nmaster, tag all and taglayouts to dwm 4.6

2007-10-25 Thread Jan Christoph Ebersbach
Hi, I've updated the the following patches to dwm 4.6: - nmaster - tag all - taglayouts Together with all the other patches I use you can find them at http://e-jc.de/dwm/4.6/official_release/ Cheers. -- Jan Christoph Ebersbach Fear God and keep his commandments, for this is the whole duty

Re: [dwm] Taglayouts poll

2007-10-26 Thread Jan Christoph Ebersbach
you, I've updated my version. -- Jan Christoph Ebersbach Fear God and keep his commandments, for this is the whole duty of man. Eccl 12,13 signature.asc Description: Digital signature

[dwm] [patch] pertag

2007-10-27 Thread Jan Christoph Ebersbach
tags are selected. -- Jan Christoph Ebersbach Fear God and keep his commandments, for this is the whole duty of man. Eccl 12,13 diff -r 78d663b698f0 dwm.c --- a/dwm.c Thu Oct 25 20:24:59 2007 +0200 +++ b/dwm.c Sat Oct 27 10:37:04 2007 +0200 @@ -193,12 +193,11 @@ void zoom(const char *arg

Re: [dwm] [patch] pertag

2007-10-27 Thread Jan Christoph Ebersbach
On Sat 27-10-2007 11:01 +0200, Jan Christoph Ebersbach wrote: I've decided to abandon the taglayouts patch in favour of a more general pertag patch. Currently, the patch keeps layout, mwfact, barpos and nmaster (if installed) per tag. I switched the patch back from static to dynamic

Re: [dwm] [patch] pertag

2007-11-11 Thread Jan Christoph Ebersbach
for your patch! I fixed the bug and updated float-border, moveresize, nmaster and tagall to 4.7. Good night. -- Jan Christoph Ebersbach Fear God and keep his commandments, for this is the whole duty of man. Eccl 12,13 diff -r ac233c362502 dwm.c --- a/dwm.c Sat Sep 22 21:55:19 2007 +0200 +++ b/dwm.c

Re: [dwm] [patch] pertag

2007-11-12 Thread Jan Christoph Ebersbach
something in my config.h? Are you able to reproduce this? Thanks again. Ups, sorry. One part of the pertag_nmasters patch went into the normal pertag patch. Please try again. All patches are also available at http://www.e-jc.de/dwm/4.7. -- Jan Christoph Ebersbach Fear God and keep his commandments

[dwm] [patch] pertag and moveresize

2007-12-02 Thread Jan Christoph Ebersbach
Hi guys, Just to let you know, I'll not be able to update my patches before Christmas because of my thesis. So, I wish you a blessed Christmas season. Cu next year. I'm looking for to see dwm 5.0 being unleashed :) -- Jan Christoph Ebersbach Fear God and keep his commandments

[dwm] [patches] Updated pertag, float-border-color, raiselower, tagall, maximize_vert_horz, gridmode, save_floats and moversize

2008-04-06 Thread Jan Christoph Ebersbach
a problem with my config, but when I change the window layout mode for a certain view, it changes it for the rest of the views as well. The pertag-patch is probably the one you are looking for. -- Jan Christoph Ebersbach But by the grace of God I am what I am. 1. Cor 15,10 signature.asc

Re: [dwm] [patches] Updated pertag, float-border-color, raiselower, tagall, maximize_vert_horz, gridmode, save_floats and moversize

2008-04-08 Thread Jan Christoph Ebersbach
On Mon 07-04-2008 14:41 +0200, Matthias-Christian Ott wrote: Jan Christoph Ebersbach [EMAIL PROTECTED] wrote: Hi folks, I've updated the following patches to the early 5.0 version: [...] save_floats Did you see the improved version of save_floats I posted some days ago on the mailing

Re: [dwm] togglemax substiute in 4.9?

2008-04-08 Thread Jan Christoph Ebersbach
for the monocle layout .. but the current layout architecture is not prepared for this. In my configuration I deactivated the monocle layout and reactivated the togglemax function that is part of the maximize patch anyway. Cheers. -- Jan Christoph Ebersbach But by the grace of God I am what I am. 1

[dwm] bug: self resizing windows

2008-05-17 Thread Jan Christoph Ebersbach
Greetings. -- Jan Christoph Ebersbach But by the grace of God I am what I am. 1. Cor 15,10 signature.asc Description: Digital signature

Re: [dwm] way towards 5.0

2008-05-18 Thread Jan Christoph Ebersbach
in these areas before we think about another features that are added and removed within a few days (vote for an experimental branch). My two cents. -- Jan Christoph Ebersbach But by the grace of God I am what I am. 1. Cor 15,10 signature.asc Description: Digital signature

Re: [dwm] way towards 5.0

2008-05-22 Thread Jan Christoph Ebersbach
the focus next/previous window back to Mod1-{n,p}. This was most convenient but because dwm is making use of the vi-keys more and more I decided to move them to Mod1-{w,a,s,d}. It just sucks for the first two days ;) -- Jan Christoph Ebersbach But by the grace of God I am what I am. 1. Cor 15,10

Re: [dwm] way towards 5.0

2008-05-22 Thread Jan Christoph Ebersbach
their windows in tiled mode and later on trying to figure out the necessary rules parameters to make them floating by default. Rule rules[] = { /* classinstancetitle tags refisfloating */ { NULL, NULL, NULL, NULL, True }, }; -- Jan Christoph Ebersbach

Re: [dwm] way towards 5.0

2008-05-23 Thread Jan Christoph Ebersbach
On Sun 18-05-2008 12:42 +0200, Anselm R. Garbe wrote: On Sun, May 18, 2008 at 12:07:37PM +0200, Jan Christoph Ebersbach wrote: I'm really wondering about the roadmap of dwm. - Since version 2.8 the development is officially finished, isn't it? From my point of view most of the changes

[dwm] Patches for dwm-5.0.1

2008-06-27 Thread Jan Christoph Ebersbach
Hi folks, I've updated the following patches for version 5.0.1: float-border-color2 maximize_vert_horz moveresize pertag raiselower save_floats tagall tileh They can be obtained here: http://herbst.homeunix.org/~jceb/dwm/5.0.1/current/ I'll update the wiki soon. Greetings. -- Jan Christoph

Re: [dwm] dwm-5.0.1

2008-06-28 Thread Jan Christoph Ebersbach
On Mon 23-06-2008 17:24 +0200, Anselm R. Garbe wrote: Btw I nearly never use Mod1-f so I'd like to hear more feedback from others first before making a definitive decision here. Since Mod1 is heavily used by a lot of programs I switched to Mod4 which is free anyway. -- Jan Christoph

Re: [dwm] In context of dwm 5.0

2008-06-28 Thread Jan Christoph Ebersbach
setups enjoyable - I'm looking forward to the next attempt. Greetings. -- Jan Christoph Ebersbach But by the grace of God I am what I am. 1. Cor 15,10 diff -r 8d58433a1bc7 config.def.h --- a/config.def.h Sat Jun 28 14:24:04 2008 +0200 +++ b/config.def.h Sat Jun 28 15:57:21 2008 +0200 @@ -10,6 +10,7

Re: [dwm] pertag for dwm-5.0.1

2008-06-29 Thread Jan Christoph Ebersbach
). Yep, you could use the updated version at http://herbst.homeunix.org/~jceb/dwm/5.0.1 - Have a look at my email from yesterday: [EMAIL PROTECTED] Cheers. -- Jan Christoph Ebersbach But by the grace of God I am what I am. 1. Cor 15,10 signature.asc Description: Digital signature