Seninha

Results 53 comments of Seninha

> But as soon as I click in any window other than the root window, the same thing happens - `xclickroot -3 xterm` kills the process Oh, sorry about that....

That is in my TODO list, but it is not a simple change to do. I want to work on xmenu further, improving it with the experience I gained in...

Hi. I have never used spatial file management before, so I may be wrong; but based on what I have read about it, I think that a spatial file manager...

That's something I have in mind: a file-selection dialog mode. I am not sure how I should implement it (do I add a cancel and a confirmation button like in...

Hi, XFiles should not hang when a thumbnailer fails (returns nonzero); but since it waits for the thumbnailer to exit, XFiles can hang if it does not return. Can you...

> https://github.com/phillbush/xfiles/blob/e6a181c39da2ee79533f71121a54a787ce256444/xfiles.c#L520 > > should be something like this > > ```c > if (!(islink && errno == ENOENT)) > warn("%s", array[i]->d_name); > ``` Indeed, it was warning an issue...

Hi, I thought on supporting XDG/freedesktop thumbnail spec on the recently added TODO file: https://github.com/phillbush/xfiles/blob/master/TODO#L230 However, I am not sure on the advantages of implementing that. The only kinda pro...

Hi, I do not want to add instructions for a certain distribution or system. If i'd do this (especially for debian, which i don't even use), then why don't add...

Hi, There are two issues here: The first is on how embedded applications create their windows inside the embedder. X11 has this notion of visual types and color depth; and...

Hi, I sent a patch to st to fix that issue on st side: https://lists.suckless.org/hackers/2408/19158.html With that patch, st does not inherit embedder's visual information. Rather, it uses X server's...