Joe Wingbermuehle
Joe Wingbermuehle
Very nice! I haven't dug in too much yet, but I've run into the same problem as @rdnvndr.
It actually uses the menu style, but I agree that it should be possible to override and better documented.
I don't believe it's currently possible to set environment variables inside a config file, but it is possible to reference them. So you might be able to just define some...
I just wanted to update this since I recently looked into it again. It turns out that environment variables are currently only supported in specific places in the configuration (anything...
My guess is this has to do with the newly-introduced timeout JWM has on parsing input from an external program. The timeout was introduced more to prevent other processes from...
Thank you for looking into this! I just pushed a change to add a separate default timeout for parsing includes that is longer than the dynamic menu timeout (60 seconds...
It looks like github is treating your example as markup, but it appears to be: ```xml outline ``` When you say JWM stops responding, I assume you have to kill...
JWM does XQueryTree on startup to get a list of windows, so by the time you've moved a window, that's already happened. Given that everything is frozen, I wonder if...
@yetanothergeek unfortunately for me: ``` > pidof bash: pidof: command not found ```
Have you tried a similar setup on any other window manager (with outline move or resize) and does it work there?