just read some of these books
http://books.cat-v.org/computer-science/
Signed-off-by: Ismael Luceno
---
dmenu.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dmenu.c b/dmenu.c
index 8d9bbb6..9625705 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -608,7 +608,10 @@ setup(void) {
CWOverrideRedirect | CWBackPixel | CWEventMas
For my personal use of dwm I have written a small
patch to support Xft---it actually decreases the
line count of dwm. I thought it would be useful
to share it with you.
You will also notice that the patch changes the
window creation semantics. This is because I
wanted new windows to appear close
Here is a simpler patch that adds _NET_WM_NAME Atom to st.
--Carlos
From edde8703967cf381e52182efddd81ffe00e82e85 Mon Sep 17 00:00:00 2001
From: "Carlos J. Torres"
Date: Fri, 22 Nov 2013 10:45:48 -0500
Subject: [PATCH] add _NET_WM_NAME
---
st.c |4 +++-
1 file changed, 3 insertions(+), 1 de
> Thanks, I will read up on the links I don't know yet.
> And many thanks for a constructive post! ;)
I'm just trying to do my best to make this mailing list suckless.
Andrew Gwozdziewycz wrote:
> My guess is the biggest objection (certainly mine) is that everything happens
> in `main` instead of breaking the work down into smaller functions that do one
> thing.
Actually I started with that approach[0], but I found it too confusing for such
a small and linear pr
On Thu, Nov 21, 2013, at 13:44, Martti Kühne wrote:
> Staring at the code in horror.
> Something about git and nyancat.
> Without running the code - I have trust issues from similar occasions
> - you're kidding, right?
The nyancat thing is clearly just a little joke. As for git... you can't
_possi
On Fri, Nov 22, 2013 at 11:29:30AM +0100, FRIGN wrote:
> However, I don't consider this good coding-style and there are quite a
> few areas which could be improved.
> So Markus, if you want a serious response from us, you maybe should
> start writing more "serious code" ;).
>
That's what he asked
On Fri, Nov 22, 2013 at 11:58 AM, Markus Teich
wrote:
> Andrew Gwozdziewycz wrote:
>> On Fri, Nov 22, 2013 at 5:29 AM, FRIGN wrote:
>>> I honestly had to smile when I read the code :).
>>> However, I don't consider this good coding-style and there are quite a
>>> few areas which could be improved
Andrew Gwozdziewycz wrote:
> On Fri, Nov 22, 2013 at 5:29 AM, FRIGN wrote:
>> I honestly had to smile when I read the code :).
>> However, I don't consider this good coding-style and there are quite a
>> few areas which could be improved.
>> So Markus, if you want a serious response from us, you m
On Fri, Nov 22, 2013 at 5:29 AM, FRIGN wrote:
> On Thu, 21 Nov 2013 19:44:01 +0100
> Martti Kühne wrote:
>>
>> Staring at the code in horror.
>> Something about git and nyancat.
>> Without running the code - I have trust issues from similar occasions
>> - you're kidding, right?
>>
>> cheers!
>> m
Hello again,
On 11/22/13, Carlos Torres wrote:
> On 11/22/13, Federico MP wrote:
>> I'm using st 0.4.1 and latest wmctrl and for wmctrl -l I'm getting:
> lol, i'm must not be on the tip! my bad...
it appears that st 0.4.1 sets WM_NAME as UTF8_STRING
and st 0.3 was setting it at STRING.
The att
Hola,
On 11/22/13, Federico MP wrote:
> I'm using st 0.4.1 and latest wmctrl and for wmctrl -l I'm getting:
lol, i'm must not be on the tip! my bad...
--Carlos
I'm using st 0.4.1 and latest wmctrl and for wmctrl -l I'm getting:
0x01a1 0 localhost N/A
--
Federico MP
Hola,
On 11/22/13, Federico MP wrote:
> wmctrl -l shows N/A for st.
i'm using st 0.3 (tip) and wmctrl -l does show WM_NAME for the various st
instances i have open.
you might want to update your st and try again.
i tried it out with wmctrl 1.07-7
--Carlos
On 11/22/13, Federico MP wrote:
> I'm currently using https://github.com/Antithesisx/dswitcher and, since
> this script uses wmctrl, I noticed that st does not have a valid window
> title.
>
> wmctrl -l shows N/A for st.
Yes, st doesn't set any EWMH information
it does however set WM_NAME which
I'm currently using https://github.com/Antithesisx/dswitcher and, since
this script uses wmctrl, I noticed that st does not have a valid window
title.
wmctrl -l shows N/A for st.
Federico MP
--
Federico MP
On Thu, 21 Nov 2013 19:44:01 +0100
Martti Kühne wrote:
>
> Staring at the code in horror.
> Something about git and nyancat.
> Without running the code - I have trust issues from similar occasions
> - you're kidding, right?
>
> cheers!
> mar77i
>
I honestly had to smile when I read the code :)
18 matches
Mail list logo