Hey,
On Tue, Dec 11, 2012 at 09:46:14AM +0100, Bert Münnich wrote:
> The attached patch works for me.
>
> Bert
Do you know where this patch came from? I like to keep attribution and source
information for my patches, but I have been unable to locate where this patch
came from.
Eric
Hey Bert,
On Tue, Dec 11, 2012 at 09:46:14AM +0100, Bert Münnich wrote:
> On Sat, Dec 8, 2012 at 7:55 PM, Eric Pruitt wrote:
> > Is there a focusonclick patch that anyone is aware of that still works
> > with things like Right Click + Alt? Because of the change from Async to
> > Sync in grabbutto
On Tue, Dec 11, 2012 at 06:55:47PM +0100, Anselm R Garbe wrote:
> Please see the other mail. This patch won't make it into dwm, as this
> doesn't work in several X server setups and we don't want to introduce
> case-handling as long as the modern X servers still support the old
> behavior.
Yap, I
Please see the other mail. This patch won't make it into dwm, as this
doesn't work in several X server setups and we don't want to introduce
case-handling as long as the modern X servers still support the old
behavior.
Best regards,
Anselm
On 11 December 2012 10:25, Antonio Quartulli wrote:
> XK
On 11 December 2012 18:33, Antonio Quartulli wrote:
> On Tue, Dec 11, 2012 at 06:25:04PM +0100, Christoph Lohmann wrote:
>> On Tue, 11 Dec 2012 18:25:04 +0100 Marc Andre Tanner
>> wrote:
>> > On Tue, Dec 11, 2012 at 10:39:55AM +0100, Christoph Lohmann wrote:
>> > > > > Please send patches as att
Greetings.
On Tue, 11 Dec 2012 18:34:19 +0100 Antonio Quartulli
wrote:
> On Tue, Dec 11, 2012 at 06:25:04PM +0100, Christoph Lohmann wrote:
> > Greetings.
> >
> > On Tue, 11 Dec 2012 18:25:04 +0100 Marc Andre Tanner
> > wrote:
> > > On Tue, Dec 11, 2012 at 10:39:55AM +0100, Christoph Lohmann
On Tue, Dec 11, 2012 at 06:25:04PM +0100, Christoph Lohmann wrote:
> Greetings.
>
> On Tue, 11 Dec 2012 18:25:04 +0100 Marc Andre Tanner
> wrote:
> > On Tue, Dec 11, 2012 at 10:39:55AM +0100, Christoph Lohmann wrote:
> > > > > Please send patches as attached files.
> > > >
> > > > Since we are
Greetings.
On Tue, 11 Dec 2012 18:25:04 +0100 Marc Andre Tanner
wrote:
> On Tue, Dec 11, 2012 at 10:39:55AM +0100, Christoph Lohmann wrote:
> > > > Please send patches as attached files.
> > >
> > > Since we are using now git, it is easier and logic send the patches in
> > > this
> > > way, so
On Tue, Dec 11, 2012 at 10:39:55AM +0100, Christoph Lohmann wrote:
> > > Please send patches as attached files.
> >
> > Since we are using now git, it is easier and logic send the patches in this
> > way, so the code of the patch can be included and modified in replies. You
> > only have to use gi
Greetings.
On Tue, 11 Dec 2012 10:39:55 +0100 "Roberto E. Vargas Caballero"
wrote:
>
> > No, this will change the die() behaviour between all suckless projects.
>
> Then, change die in all the projects, it is the usual way of working with
> other issues, no?
Why should your taste change all
XKeycodeToKeysym is now deprecated in favour of XkbKeycodeToKeysym
(X11/XKBlib.h). This patch substitutes the former with the
latter in dwm.c
Signed-off-by: Antonio Quartulli
---
dwm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dwm.c b/dwm.c
index d9443da..5d497b0 100
On Tue, Dec 11, 2012 at 09:35:12AM +0100, Antonio Quartulli wrote:
> XKeycodeToKeysym is now deprecated in favour of XkbKeycodeToKeysym
> (X11/XKBlib.h). This patch substitutes the former with the latter in dwm.c
>
> Signed-off-by: Antonio Quartulli
> ---
> }
> +void
> +setwmname(const char *na
> No, this will change the die() behaviour between all suckless projects.
Then, change die in all the projects, it is the usual way of working with
other issues, no?
> Please send patches as attached files.
Since we are using now git, it is easier and logic send the patches in this
way, so the
On Sat, Dec 8, 2012 at 7:55 PM, Eric Pruitt wrote:
> Is there a focusonclick patch that anyone is aware of that still works
> with things like Right Click + Alt? Because of the change from Async to
> Sync in grabbuttons in the focusonclick patch, I am unable to use
> certain mouse shortcuts.
The
Greetings.
On Tue, 11 Dec 2012 09:40:16 +0100 "Roberto E. Vargas Caballero"
wrote:
> After a call to die the program exits and the shell take the control, so it
> is better for the user the shell begins in an new line, and it is better for
> the programmer don't have to explicitly add it in each
XKeycodeToKeysym is now deprecated in favour of XkbKeycodeToKeysym
(X11/XKBlib.h). This patch substitutes the former with the latter in dwm.c
Signed-off-by: Antonio Quartulli
---
dwm.c | 21 -
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/dwm.c b/dwm.c
index
After a call to die the program exits and the shell take the control, so it
is better for the user the shell begins in an new line, and it is better for
the programmer don't have to explicitly add it in each call to die.
---
st.c | 45 +++--
1 file changed
17 matches
Mail list logo