Peter Munch-Ellingsen
Peter Munch-Ellingsen
It's really only `%k`, `%i`, and `%c` which makes sense for xlunch to replace as the others are for taking extra files. One thing I've noticed is that if you...
Working on it, patched the genconf to remove % through sed. But since xlunch splits the command and then runs execvp it really doesn't like quotations, complaining that `arg"` isn't...
j4 doesn't support images though. The current method of conversion for svg images for example is to convert them into a cache directory. This would not work very well if...
Currently % sign operations are currently ignored, and the new version doesn't do the splitting as before (only happens with the recur keyword) so quoted arguments works as you would...
This is an issue with how transparency is handled by either your compositor, x11, or by the imlib library (can't remember which). I've seen the same thing and unfortunately haven't...
Not really, I haven't gotten it to work myself. I think it might be an imlib thing.. I guess I should have another look at this and see if I...
What have you tried and why does it fail?
Hmm, this is a really strange bug. I tried to create a simple wrapping script that would log any output from the script to a file. But after running it...
I think this has to do with how xlunch is able to read from a pipe stream as well as from a file. In normal operation it will wait for...
Not quite sure what you mean, xlunch doesn't change your mouse cursor theme. It just switches between the normal arrow and the clickable hand icon. It might be that your...