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] Tabs in dwm

2007-02-26 Thread y i y u s
I have modified the restack() function to raise the sel client (it won't happen when the focus changes moving the mouse, it would be annoying). This adds some advantages and removes 3 or 4 loc. This could be useful for people who wants a tabs functionality in dwm. I will explain it with an

Re: [dwm] Tabs in dwm

2007-02-26 Thread pancake
where's the patch? I have modified the restack() function to raise the sel client (it won't happen when the focus changes moving the mouse, it would be annoying). This adds some advantages and removes 3 or 4 loc. This could be useful for people who wants a tabs functionality in dwm. I will

Re: [dwm] Tabs in dwm

2007-02-26 Thread y i y u s
2007/2/26, pancake [EMAIL PROTECTED]: where's the patch? I haven't updated dwm since 3.5, and there are some other patchs which I would like to send to the list, but probably some change is neccesary due to new naming in dwm. This is how my restack function looks like: restack(void) {

Re: [dwm] Tabs in dwm

2007-02-26 Thread Sander van Dijk
On 2/26/07, y i y u s [EMAIL PROTECTED] wrote: I have modified the restack() function to raise the sel client (it won't happen when the focus changes moving the mouse, it would be annoying). This adds some advantages and removes 3 or 4 loc. This could be useful for people who wants a tabs

Re: [dwm] dwm-3.7 / dmenu-2.5

2007-02-26 Thread Ross Mohn
I'll get bstack for dwm-3.7 out later this week. . . . -RPM On Sat, 2007-02-24 at 16:08 +0100, Anselm R. Garbe wrote: Hi there, I released: http://www.suckless.org/download/dmenu-2.5.tar.gz http://www.suckless.org/download/dwm-3.7.tar.gz There have been plenty changes in dwm-3.7

[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 pancake
I dislike this approach but the idea is nice (except for the onmouseover focus that can bring usability problems because of the loss of focus when moving or resizing the window). Why not just use an array with 4 values? string parsing is clockwaste. this is my config: {

Re: [dwm] update moveresize for dwm 3.7

2007-02-26 Thread Anselm R. Garbe
On Mon, Feb 26, 2007 at 03:30:40PM +0100, pancake wrote: I dislike this approach but the idea is nice (except for the onmouseover focus that can bring usability problems because of the loss of focus when moving or resizing the window). Well I dislike the approach to make mix moveresize for

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,